xujianhai666 opened a new issue #86: Add Interceptor for producer and consumer. URL: https://github.com/apache/rocketmq-client-go/issues/86 **FEATURE REQUEST** 1. Add Interceptor for producer and consumer. 2. Provide any additional detail on your proposed use case for this feature. Sometimes, we want print logăadd metrics or timeout check when we send message or consumer messages. But it is ugly to add function around the inner method, and it is not necessary demand, so it is a good to add interceptor to decoupling the user custom logic from the inner impl. 2. Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have). should-have 4. If there are some sub-tasks using -[] for each subtask and create a corresponding issue to map to the sub task: - [sub-task1-issue-number](https://github.com/apache/rocketmq-client-go/pull/85): add producer and consumer interceptor.
---------------------------------------------------------------- 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
