ymwneu opened a new issue, #1289:
URL: https://github.com/apache/rocketmq-clients/issues/1289

   ### Before Creating the Enhancement Request
   
   - [x] I have confirmed that this should be classified as an enhancement 
rather than a bug/feature.
   
   
   ### Programming Language of the Client
   
   Java
   
   ### Summary
   
   When consuming messages in ConsumeTask, the MessageInterceptor currently 
supports aspect-oriented operations via its doBefore() and doAfter() methods, 
such as logging and auditing. However, the ConsumerGroup information is missing 
from the interceptor context.
   
   ### Motivation
   
   In some hook implementations, we need to know which consumer group is 
performing the current consumption, so as to accurately identify the consumer 
and troubleshoot issues.
   
   ### Describe the Solution You'd Like
   
   Pass the ConsumerGroup information in the context.
   
   ### Describe Alternatives You've Considered
   
   null
   
   ### Additional Context
   
   _No response_


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

Reply via email to