Details
-
New Feature
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
None
Description
As title, we need to implement ConsumerInterceptor in the AsyncKafkaConsumer
This is the current code. The implementation would be very similar
if (interceptors != null) interceptors.onCommit(offsets);