zxcvbnm3057 commented on issue #3272: URL: https://github.com/apache/rocketmq/issues/3272#issuecomment-899991204
> The consumer receives the message to prove that it has consumed, and the subsequent processing is the processing after the successful consumption, and has nothing to do with mq. Thank you for your response. Yeah, that's right. I know that rocketmq doesn't care how the message affect consumers. But in my issue I can't know if the message was consumed successfully until client return a response or get timeout state in netty, which was not happend in customer thread. In a word, the subsequent processing produce an effect on return value of consumer and there is at least two thread so I can't just wait(by the way,even if they are in ONE thread, I don't think wait and block the thread is a good solution) Any further opinions? -- 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]
