Skip to content

Releases: HaraldKi/kafka-watcher

Compiled against Kafka 0.10

31 Jul 14:50
Compare
Choose a tag to compare

The 2.* releases compile against Kafka 0.10 based on the respective for-0.10 branch. It is no longer able to connect to a 0.9 broker. The master branch keeps 0.9 compatibility.

Improved handling when Kafka offline

24 Jul 15:19
Compare
Choose a tag to compare

Closed issues: #8, #9, #10, #11, #12 most of which are improvements to the behavior when Kafka is down.

Implemented #4 and #5

10 Jul 19:50
Compare
Choose a tag to compare

In the Offsets view, the lag total for a topic is now shown (#4) and big numbers are formatted with a locale specific group separator (#5) for better readability.

Proper thread safe use of KafkaConsumer

26 Jun 16:09
Compare
Choose a tag to compare

Fix release for an NPE

22 Jun 05:45
Compare
Choose a tag to compare

Fixes an NPE when initially reading __consumer_offsets.

Group state kept internally

19 Jun 19:55
Compare
Choose a tag to compare

Previously a request for the group state rewound the offsets in __consumer_offsets by an arbitrary number of records and started reading from there, putting together the current state of consumer groups. Now a consumer continuously polls __consumer_offsets and always has the most recent state in memory. In addition, group members are now decoded. Further, groups and offsets are shown in separate tables.

Better groups metadata handling

12 Jun 14:05
Compare
Choose a tag to compare

Improved handling and display of the consumer groups metadata.

Back to Java 1.7 compatibility

12 Jun 14:02
Compare
Choose a tag to compare

Moved back to Java 7. Have sites that cannot yet upgrade to Java 8.

Rudimentary but working

02 Jun 06:32
Compare
Choose a tag to compare

This is still compiled against the 0.9.0 kafka client library. It works with brokers of 0.10.0 too, but does not show extended information like time stamps in messages.