Skip to content

Releases: lovromazgon/kafka-offset-setter

v0.0.4

08 Feb 11:20
Compare
Choose a tag to compare

Changelog:

  • bugfix - offset is not committed when checking a group.id without any offset set
  • add possibility to set offset to a negative number and thus delete the offset information from Kafka

v0.0.2

07 Feb 14:29
Compare
Choose a tag to compare

Changelog:

  • if command line option -o (--offset) is omitted, then the next offset for the group is printed
  • kafka.properties file is no longer mandatory
  • add option to supply properties for kafka consumer via command line option -i (--inline-config)
  • include logback as a dependency

v0.0.1

23 Feb 07:43
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

First working version with basic functionality.