cadonna commented on code in PR #19230:
URL: https://github.com/apache/kafka/pull/19230#discussion_r2010443139
##########
clients/src/main/java/org/apache/kafka/clients/consumer/internals/StreamsGroupHeartbeatRequestManager.java:
##########
@@ -451,6 +462,143 @@ private void onSuccessResponse(final
StreamsGroupHeartbeatResponse response, fin
membershipManager.onHeartbeatSuccess(response);
}
+ private void onErrorResponse(final StreamsGroupHeartbeatResponse response,
final long currentTimeMs) {
Review Comment:
I also added verifications for the error log messages to distinguish the
different error handling cases. In such a way, it will not happen that someone
forgets to add errors to `provideOtherErrors`.
--
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]