Releases: Comcast/MirrorTool-for-Kafka-Connect
Releases · Comcast/MirrorTool-for-Kafka-Connect
Release 3.1.0
- 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
Add warning when no partitions can be matched.
3.0.1
3.0.0
- 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
First Github tagged release
- Works with Kafka 2.0.0 and later.