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
133 stars 52 forks source link

Add support for config push at boot up time #130

Closed kehuum closed 5 years ago

kehuum commented 5 years ago

Adds support for config push at boot up time. When federated client registers itself to Mario, Mario will return a set of configs it wants federated client to apply at boot up time. This set of configs is saved first then applied when actually creating per-cluster clients.