You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to add a custom consumer interceptor using 'org.apache.kafka.clients.consumer.ConsumerInterceptor'. The problem I've here is the 'onConsume' method is taking 'ConsumerRecords<String, Object> records' but i'm looking for intercepting only one record at a time instead of a bunch of records.