ableegoldman commented on code in PR #14735:
URL: https://github.com/apache/kafka/pull/14735#discussion_r1391815838


##########
streams/src/main/java/org/apache/kafka/streams/KafkaStreams.java:
##########
@@ -580,6 +583,17 @@ public void setGlobalStateRestoreListener(final 
StateRestoreListener globalState
         }
     }
 
+    public void setStandbyUpdateListener(final StandbyUpdateListener 
globalStandbyListener) {

Review Comment:
   Can you add javadocs (you can pretty much copy/paste from the above API for 
reference)



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to