You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2020/12/22 09:54:34 UTC

[GitHub] [rocketmq] xu-weize opened a new issue #2513: How to keep the offset for broker cluster way

xu-weize opened a new issue #2513:
URL: https://github.com/apache/rocketmq/issues/2513


   When consumer client pull message from Broker   should to choice a broke (May be master or slave) by findBrokerAddressInSubscribe method. and use MQClientInstance.this.persistAllConsumerOffset() method persist offset to broker.But broker server never synchronized offset value  to others with same brokerName .My question is that we support consume client connect a  master to consume,the next time the client may choice to connect the slave broker  ,how to get know the master offset(the offset never synchronized to othes)
   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq] RongtongJin closed issue #2513: How to keep the offset for broker cluster way

Posted by GitBox <gi...@apache.org>.
RongtongJin closed issue #2513:
URL: https://github.com/apache/rocketmq/issues/2513


   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq] RongtongJin commented on issue #2513: How to keep the offset for broker cluster way

Posted by GitBox <gi...@apache.org>.
RongtongJin commented on issue #2513:
URL: https://github.com/apache/rocketmq/issues/2513#issuecomment-751159551


   RocketMQ currently has the capability of master to slave consumer offset synchronization (via SlaveSynchronize), but there is no reverse path to save to master synchronization.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org