OpenTSDB / opentsdb-rpc-kafka

A set of OpenTSDB plugins for consuming from Apache Kafka
Apache License 2.0
44 stars 25 forks source link

Update kafka consumer #14

Open datto-aparrill opened 5 years ago

datto-aparrill commented 5 years ago

The current client is several major versions old and uses deprecated functionality (zookeeper offsets) that doesn't play nice with other clients.

This PR changes the project to use the new kafka consumer API.

Note that existing configurations are incompatible, since the new kafka client does not use the same config names as the old one.

muffix commented 5 years ago

This looks great. Is it worth documenting the updating the config documentation in the readme, too?