[
https://issues.apache.org/jira/browse/CURATOR-93?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14035826#comment-14035826
]
ASF GitHub Bot commented on CURATOR-93:
---------------------------------------
Github user madrob commented on a diff in the pull request:
https://github.com/apache/curator/pull/12#discussion_r13921577
--- Diff:
curator-framework/src/main/java/org/apache/curator/framework/imps/CreateBuilderImpl.java
---
@@ -87,16 +87,28 @@ TransactionCreateBuilder
asTransactionCreateBuilder(final CuratorTransactionImpl
CreateBuilderImpl.this.withMode(mode);
return this;
}
-
+
+ @Override
+ public ACLPathAndBytesable<CuratorTransactionBridge>
compressed()
+ {
+ CreateBuilderImpl.this.compressed();
+ return this;
+ }
+
@Override
public CuratorTransactionBridge forPath(String path) throws
Exception
{
return forPath(path, client.getDefaultData());
- }
+ }
--- End diff --
nit: trailing whitespace
> Have TransactionCreateBuilder implement Compressible
> ----------------------------------------------------
>
> Key: CURATOR-93
> URL: https://issues.apache.org/jira/browse/CURATOR-93
> Project: Apache Curator
> Issue Type: Improvement
> Reporter: Benjamin Jaton
> Assignee: Jordan Zimmerman
> Priority: Minor
> Labels: compression, curator, transaction
>
> It would be nice to support compression for operations done in a transaction.
--
This message was sent by Atlassian JIRA
(v6.2#6252)