xiangwangcheng commented on issue #1588: Retry doesn't work when sending msg in aync mode(eg. when broker is down) URL: https://github.com/apache/rocketmq/issues/1588#issuecomment-555398690 @duhenglucky @MountainOne Sorry, seems I still haven't made myself clear. I mean until one message queue is selected, everything is fine.  And after that(I set a breakpoint here), I shut down the broker that the selected queue is running on. The producer fails here(channel is null and `this.invokeAsyncImpl` won't be invoked):  And InvokeCallback won't be invoked.  And no retry logic for situations like that.
---------------------------------------------------------------- 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
