jolshan commented on a change in pull request #9944: URL: https://github.com/apache/kafka/pull/9944#discussion_r592520900
########## File path: clients/src/main/java/org/apache/kafka/clients/Metadata.java ########## @@ -216,6 +217,14 @@ public synchronized boolean updateRequested() { } } + public synchronized Map<String, Uuid> topicIds() { + return cache.topicIds(); + } + + public synchronized Map<Uuid, String> topicNames() { Review comment: I think I added it for completeness, but perhaps we don't need it. ---------------------------------------------------------------- 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