apoorvmittal10 commented on code in PR #21045:
URL: https://github.com/apache/kafka/pull/21045#discussion_r2582440275
##########
server/src/main/java/org/apache/kafka/server/share/session/ShareSession.java:
##########
@@ -85,6 +93,10 @@ public synchronized Boolean isEmpty() {
return partitionMap.isEmpty();
}
+ public synchronized String connectionId() {
Review Comment:
Make sense, done.
--
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]