WallarooLabs / pony-kafka

:horse: Pure Pony Kafka client
Other
57 stars 4 forks source link

Dynamic config changes #7

Open dipinhora opened 6 years ago

dipinhora commented 6 years ago

Currently, the KafkaClient configuration is almost completely static based on how it is initialized upon creation. Ideally, the configuration related logic should be made more intelligent to allow for dynamic configuration changes over the lifetime of a program.