Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates for compatability with more recent Kafka #8

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

andpol
Copy link

@andpol andpol commented Jul 24, 2019

Tool was broken when run against Kafka 2.2.1 beacuse
"Failed to parse the broker info from zookeeper".

This change does the following:

  • use the latest kafka-clients lib
  • stop using deprecated ZkUtils
  • remove unnecessary dependency on Kafka broker code
  • no more Scala <-> Java collection conversion
  • use Java 1.7 for compilation (README requirements already specify
    this requirement)
  • sorts the JSON output so you can use diff tools more easily

Tool was broken when run against Kafka 2.2.1 beacuse
"Failed to parse the broker info from zookeeper".

This change does the following:
- use the latest kafka-clients lib
- stop using deprecated ZkUtils
- remove unnecessary dependency on Kafka broker code
- no more Scala <-> Java collection conversion
- use Java 1.7 for compilation (README requirements already specify
this requirement)
- sorts the JSON output so you can use diff tools more easily
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant