HymanShi opened a new issue #1362: Throws 
ClientErrorCode.CONNECT_BROKER_EXCEPTION in MQClientException when send max 
times still failed which in DefaultMQProducerImpl.java
URL: https://github.com/apache/rocketmq/issues/1362
 
 
   - What did you do?
   1. Use rmq clinet to send msg to broker
   2. Exception happens when retry to max times and the Exception code makes me 
confused.
   3. I read the rmq client code and find it out
   - What did you expect to see?
   Rmq client give me a exception code clearly, eg:RETRY_TO_FAILED
   - What did you see instead?
   Throws  ClientErrorCode.CONNECT_BROKER_EXCEPTION in MQClientException when 
send max times still failed which in DefaultMQProducerImpl.java
   
   - information:
   
https://github.com/apache/rocketmq/blob/master/client/src/main/java/org/apache/rocketmq/client/impl/producer/DefaultMQProducerImpl.java#L630

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


With regards,
Apache Git Services

Reply via email to