Skip to content

Releases: Comcast/MirrorTool-for-Kafka-Connect

Release 3.1.0

03 Jan 10:37
6cf53dc
Compare
Choose a tag to compare
  • Connector no longer longer fails when the partition monitor thread cannot get a list of topic partitions from cluster servers. It will instead assume a transient error and log the error, the partition monitor will re-attempt to get a topic list during the next polling interval.
  • Added null check to a couple of config parameters.

Release 3.0.3

27 Oct 20:28
1d5a8a5
Compare
Choose a tag to compare

Add warning when no partitions can be matched.

3.0.1

29 Jan 22:43
486ff0e
Compare
Choose a tag to compare

Fix NPE when offsets not existing on auto.offset.reset=none (#14)

3.0.0

21 Jan 10:03
b3d4761
Compare
Choose a tag to compare
  • Removed destination topic prefix configuration. If you require this functionality, please use the default Kafka Connect Regex Router
    • As this is a breaking change, the major version has been bumped.

2.0.1

19 Jan 04:24
31ff4cf
Compare
Choose a tag to compare

First Github tagged release

  • Works with Kafka 2.0.0 and later.