qqu0127 commented on code in PR #2346:
URL: https://github.com/apache/helix/pull/2346#discussion_r1084510511


##########
zookeeper-api/src/main/java/org/apache/helix/zookeeper/zkclient/IZkChildListener.java:
##########
@@ -42,4 +44,9 @@ public interface IZkChildListener {
      * @throws Exception
      */
     public void handleChildChange(String parentPath, List<String> 
currentChilds) throws Exception;
+
+    default void handleChildChange(String parentPath, List<String> 
currentChilds, Watcher.Event.EventType eventType)

Review Comment:
   Thanks, updated.



-- 
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