AndrewJSchofield commented on code in PR #17706:
URL: https://github.com/apache/kafka/pull/17706#discussion_r1869680802
##########
clients/src/main/java/org/apache/kafka/clients/admin/internals/DescribeConsumerGroupsHandler.java:
##########
@@ -354,11 +356,18 @@ private void handleError(
case GROUP_ID_NOT_FOUND:
if (isConsumerGroupResponse) {
log.debug("`{}` request for group id {} failed because the
group is not " +
- "a new consumer group. Will retry with
`DescribeGroups` API.", apiName, groupId.idValue);
+ "a new consumer group. Will retry with
`DescribeGroups` API. {}",
Review Comment:
I think a debug log line is appropriate. There's a chance that diagnostics
in this area might show something not quite right as users are migrating their
clusters to the new protocol.
--
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]