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

Add federated consumer reload config support #122

Closed kehuum closed 5 years ago

kehuum commented 5 years ago

Add federated consumer config reload support, basically same flow as federated producer, i.e. upon receiving the reload config command, spin another thread, close the consumer, then apply the new configs. Assumption here is that all other consuming methods will be creating per-cluster consumers, so we don't re-create per-cluster consumers during reload config.