jolshan commented on a change in pull request #9944: URL: https://github.com/apache/kafka/pull/9944#discussion_r627523900
########## File path: clients/src/main/java/org/apache/kafka/clients/FetchSessionHandler.java ########## @@ -125,10 +167,22 @@ public FetchSessionHandler(LogContext logContext, int node) { return sessionPartitions; } + public Map<String, Uuid> topicIds() { + return topicIds; Review comment: I wasn't sure on this, but I can add them. Maybe it makes sense just to add topicIds though? (not both maps) -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org