showuon commented on a change in pull request #11403: URL: https://github.com/apache/kafka/pull/11403#discussion_r730753939
########## File path: clients/src/main/java/org/apache/kafka/common/TopicIdPartition.java ########## @@ -47,7 +58,7 @@ public Uuid topicId() { } /** - * @return the topic name. + * @return the topic name or null. Review comment: I think we should add more explanation for null return value: ex: @return the topic name or null if there's only topic ID set. -- 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