TheR1sing3un commented on issue #5989:
URL: https://github.com/apache/rocketmq/issues/5989#issuecomment-1419417802

   > 
现在不是已经有在Broker初次上线进行Register,并进行BrokerId的分配的逻辑,而且Apply到状态机,只是在change的时候没有持久化到broker.conf中。
   
   
目前的分配的BrokerId,是无法作为一个唯一的broker标识来使用的,因为目前是单向的注册协议,也就是只有broker去controller侧拿到分配的id,但是controller并不知道该id是否被使用,以及broker侧是否成功的持久化保存成功该id。
   改进的目的主要是通过协商拿到一个在broker和controller双方视角都唯一且被持久化的brokerId,之后就可以可靠的使用该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