caigy commented on issue #4426: URL: https://github.com/apache/rocketmq/issues/4426#issuecomment-1149630020
> > SEND_MESSAGE, SEND_MESSAGE_V2: use topic+PUB. > > Under normal circumstances, no one will SEND_MESSAGE send retry topic, if he is blocked, it is reasonable. It should configure retry topic=PUB @Cczzzz Sending to retry topic through SEND_MESSAGE request exits, e.g.: https://github.com/apache/rocketmq/blob/aacaf91539a90b18de21a988a204b5e842497352/client/src/main/java/org/apache/rocketmq/client/impl/consumer/ConsumeMessageOrderlyService.java#L377-L391 https://github.com/apache/rocketmq/blob/aacaf91539a90b18de21a988a204b5e842497352/client/src/main/java/org/apache/rocketmq/client/impl/consumer/DefaultMQPullConsumerImpl.java#L586-L600 -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
