rreddy-22 commented on code in PR #16198:
URL: https://github.com/apache/kafka/pull/16198#discussion_r1628532023


##########
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/consumer/SubscribedTopicDescriberImpl.java:
##########
@@ -29,14 +29,14 @@
  * The subscribed topic metadata class is used by the {@link 
PartitionAssignor} to obtain
  * topic and partition metadata for the topics that the consumer group is 
subscribed to.
  */
-public class SubscribedTopicMetadata implements SubscribedTopicDescriber {
+public class SubscribedTopicDescriberImpl implements SubscribedTopicDescriber {

Review Comment:
   nice! I like that everything is uniform with this naming



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