lianetm commented on code in PR #14857:
URL: https://github.com/apache/kafka/pull/14857#discussion_r1412178458
##########
clients/src/main/java/org/apache/kafka/clients/consumer/internals/HeartbeatRequestManager.java:
##########
@@ -322,16 +314,14 @@ private void onErrorResponse(final
ConsumerGroupHeartbeatResponse response,
break;
case FENCED_MEMBER_EPOCH:
- message = String.format("GroupHeartbeatRequest failed because
member ID %s with epoch %s is invalid. " +
- "Will abandon all partitions and rejoin the
group",
+ message = String.format("GroupHeartbeatRequest failed because
member ID %s with epoch %s is invalid.",
Review Comment:
Sounds good, (just added the member ID too, so `GroupHeartbeatRequest failed
for member %s because epoch %s is fenced.`)
--
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]