sjhajharia commented on code in PR #19008:
URL: https://github.com/apache/kafka/pull/19008#discussion_r1976438007
##########
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/streams/topics/ConfiguredInternalTopic.java:
##########
@@ -62,7 +61,7 @@ public StreamsGroupDescribeResponseData.TopicInfo
asStreamsGroupDescribeTopicInf
y -> new StreamsGroupDescribeResponseData.KeyValue()
.setKey(y.getKey())
.setValue(y.getValue())
- ).collect(Collectors.toList()) : null
Review Comment:
Thanks @chia7712
I have addressed the same
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]