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 2018/09/26 00:54:14 UTC

[GitHub] duhengforever commented on issue #475: After producer shutdown, can't callback checkLocalTransaction method.What should I do in production?

duhengforever commented on issue #475: After producer shutdown, can't callback checkLocalTransaction method.What should I do in production?
URL: https://github.com/apache/rocketmq/issues/475#issuecomment-424549005
 
 
   @wangweifan In production, a cluster with same producerGroup is recommended, when a producer shutdown, broker will check for other surviving producers with the same producerGroup,and if there are no any surviving producers, broker will continue check after producer startup, so you need to be idempotent on both the producer side and the consumer side. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services