chia7712 commented on PR #16491:
URL: https://github.com/apache/kafka/pull/16491#issuecomment-2204940529

   > If my understanding is correct, the possible error is the broker id will 
be ignored and the generated ID might exceed the range of max id, which cause 
the error reported in JIRA. Is that right?
   
   Yep, ignoring the broker id can pass the reserved ids check but it fails on 
the default node.id. Explicitly defining the "broker.id=generated id" can 
update node.id to run Kraft components in zk broker but it fails on reserved 
ids check.
   
   > We should take the generated ID into node.id.
   
   Yes. Specifically, We can define node.id too in updating broker.id manually 
no matter how we get the broker.id. 


-- 
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]

Reply via email to