mjsax commented on code in PR #17521:
URL: https://github.com/apache/kafka/pull/17521#discussion_r1804093574


##########
streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamThread.java:
##########
@@ -1610,7 +1597,7 @@ public Object getStateLock() {
     }
 
     // this method is NOT thread-safe (we rely on the callee to be 
`synchronized`)
-    public Map<String, KafkaFuture<Uuid>> consumerClientInstanceIds(final 
Duration timeout) {
+    public Map<String, KafkaFuture<Uuid>> clientInstanceIds(final Duration 
timeout) {

Review Comment:
   We unify consumer and producer in this single method now



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