mimaison commented on code in PR #21450:
URL: https://github.com/apache/kafka/pull/21450#discussion_r2797602105
##########
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/GroupMetadataManager.java:
##########
@@ -1370,16 +1370,14 @@ ConsumerGroup convertToConsumerGroup(ClassicGroup
classicGroup, List<Coordinator
metadataImage
);
} catch (SchemaException e) {
- log.warn("Cannot upgrade classic group " + classicGroup.groupId() +
- " to consumer group because the embedded consumer protocol is
malformed: "
- + e.getMessage() + ".", e);
+ log.warn("Cannot upgrade classic group {} to consumer group
because the embedded consumer protocol is malformed: {}.",
+ classicGroup.groupId(), e.getMessage(), e);
Review Comment:
Done
--
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]