linkedin / li-apache-kafka-clients

li-apache-kafka-clients is a wrapper library for the Apache Kafka vanilla clients. It provides additional features such as large message support and auditing to the Java producer and consumer in the open source Apache Kafka.
BSD 2-Clause "Simplified" License
131 stars 52 forks source link

make instrumented consumer behave the same as vanilla consumer around concurrent poll and close #156

Closed radai-rosenblatt closed 4 years ago

radai-rosenblatt commented 4 years ago

note that vanilla clients would throw an exception on the thread calling close() in this case.