-
Notifications
You must be signed in to change notification settings - Fork 261
Closed
Labels
Description
Before Creating the Enhancement Request
- I have confirmed that this should be classified as an enhancement rather than a bug/feature.
Programming Language of the Client
Java
Summary
Enhance the information context transmission before and after production and consumption, making it easier for clients to expand interceptor logic
Motivation
Adding MessageInterceptorContext information makes the MessageInterceptor obtain more complete information, making it easier for clients to expand interceptor logic.
Describe the Solution You'd Like
Added MessageInterceptorContext information to provide more comprehensive information to the MessageInterceptor, including the remote address, messages sent by the producer, messages received, message type, consumption exceptions, and more.
Describe Alternatives You've Considered
no
Additional Context
No response