rabashizade commented on code in PR #2082:
URL: https://github.com/apache/helix/pull/2082#discussion_r869456442


##########
helix-core/src/main/java/org/apache/helix/BaseDataAccessor.java:
##########
@@ -43,6 +43,18 @@
    */
   boolean create(String path, T record, int options);
 
+  /**

Review Comment:
   Thank you for the suggestion. I broke it up into multiple PRs. In this one, 
I just add TTL mode to async create API. In the next, I add it to sync API in 
`ZkClient` and `ZkConnection`, then to `RealmAwareZkClient` and its 
descendants, and finally to `BaseDataAcessors`.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to