narendly commented on code in PR #2082:
URL: https://github.com/apache/helix/pull/2082#discussion_r870657298
##########
zookeeper-api/src/main/java/org/apache/helix/zookeeper/zkclient/ZkClient.java:
##########
@@ -85,6 +86,7 @@
public class ZkClient implements Watcher {
private static final Logger LOG = LoggerFactory.getLogger(ZkClient.class);
+ public static final long DEFAULT_TTL = -1L;
Review Comment:
Nit: Would `TTL_NOT_SET` be a more descriptive name for this? Also, I see
this is a `public` constant - are you planning to use this in other classes?
--
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]