jaroky opened a new issue #2198:
URL: https://github.com/apache/rocketmq/issues/2198
I have three brokers in a cluster. In the process of sending data, I killed
one broker. The producer did not try to send data again.
Below is my configuration:
`producer.setRetryAnotherBrokerWhenNotStoreOK(true);`
`producer.setRetryTimesWhenSendAsyncFailed(3);`
`producer.setHeartbeatBrokerInterval(2000);`
`producer.setPollNameServerInterval(2000);`
----------------------------------------------------------------
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:
[email protected]