LoganZhuZzz commented on code in PR #19728:
URL: https://github.com/apache/kafka/pull/19728#discussion_r2099577017
##########
clients/src/main/java/org/apache/kafka/clients/admin/ListConsumerGroupOffsetsResult.java:
##########
@@ -60,9 +58,6 @@ public KafkaFuture<Map<TopicPartition, OffsetAndMetadata>>
partitionsToOffsetAnd
* Return a future which yields a map of topic partitions to
OffsetAndMetadata objects for
* the specified group. If the group doesn't have a committed offset for a
specific
* partition, the corresponding value in the returned map will be null.
- *
- * @param groupId The group ID.
Review Comment:
@Rancho-7 Thanks for the suggestion. Personally, I feel that `The group ID.`
doesn’t add much value since it essentially just repeats the parameter name.
--
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]