lucasbru commented on code in PR #21110:
URL: https://github.com/apache/kafka/pull/21110#discussion_r2603961841
##########
clients/src/main/resources/common/message/StreamsGroupHeartbeatResponse.json:
##########
@@ -94,6 +94,7 @@
// The group coordinator will
attempt to create all missing internal topics, if any errors occur during
// topic creation, this will be
indicated in StatusDetail.
// 4 - SHUTDOWN_APPLICATION - A client requested the shutdown
of the whole application.
+ // 5 - ASSIGNMENT_DELAYED - No assignment was provided
because assignment computation was delayed.
Review Comment:
255 is only used in the client to signify any byte code that isn't mapped to
any known status in the client implementation. But we are never going to send
it from the broker. It will help us when we add new statuses in the future.
I suppose we could add a comment though so that 255 is not used.
--
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]