sysco-middleware / kafka-interceptors

Set of interceptors to integrate to your Kafka Clients.
MIT License
9 stars 0 forks source link

Added config interceptor with support for Producer/Consumer/KafkaStreams #3

Closed timurgen closed 6 years ago

timurgen commented 6 years ago

@jeqo I added some tests to check how much overhead an interceptor adds to KafkaProducer, looks like it no overhead for empty onProduce method call

jeqo commented 6 years ago

@timurgen LGTM, merging.