Description
I can't find a way to use compression with the following options in transactions. These do not compile:
- transaction.setData().compressed().withVersion(1).forPath("/path")
- transaction.create().compressed().withMode(CreateMode.PERSISTENT).forPath("path")
- transaction.create().compressed().withMode(CreateMode.PERSISTENT).withACL(ZooDefs.Ids.OPEN_ACL_UNSAFE).forPath("path")