Skip to content

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

andpol added 2 commits July 24, 2019 10:51
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