lucasbru commented on code in PR #19700:
URL: https://github.com/apache/kafka/pull/19700#discussion_r2086131418


##########
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/streams/topics/ConfiguredSubtopology.java:
##########
@@ -53,9 +54,11 @@ public StreamsGroupDescribeResponseData.Subtopology 
asStreamsGroupDescribeSubtop
             .setSourceTopics(sourceTopics.stream().sorted().toList())
             
.setRepartitionSinkTopics(repartitionSinkTopics.stream().sorted().toList())
             
.setRepartitionSourceTopics(repartitionSourceTopics.values().stream()
-                
.map(ConfiguredInternalTopic::asStreamsGroupDescribeTopicInfo).sorted().toList())
+                .map(ConfiguredInternalTopic::asStreamsGroupDescribeTopicInfo)

Review Comment:
   Bug fix. TopicInfo was being cast to `Comparable`.



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