Skip to content

v1.0.3

Compare
Choose a tag to compare
@gfinocchiaro gfinocchiaro released this 03 Sep 17:24
· 56 commits to main since this release
ff1d0c9

Changelog

[1.0.3] (2024-09-03)

Improvements

  • Improved the offsets management and logging in the ConsumerLoop class.

  • Modified the quickstart-producer sample client project to make it publishable to GitHub Packages.

  • Deeply refactored the classes and interfaces of the com.lightstreamer.kafka.connect package to enhance loose coupling and facilitate testability.

  • Improved the unit tests relative to the Sink connector.

Documentation

Modified the README.md file has follows:

  • Added the Supported Converters section, clarifying the supported converters for the Sink connector.

  • Stated the Kafka Connect framework version for which the Sink connector has been developed.

  • Mentioned the Confluent Platform version to which the Sink connector can be deployed.

  • Added the tasks.max section, clarifying the impact of the tasks.max property on the Sink connector configuration.

  • Removed incomplete statements.

Bug Fixes

  • The Sink connector enabled the creation of multiple tasks, despite the one-to-one relationship between ProxyAdapter and task.

  • A Converter configured without schema support triggered an exception, leading to an unexpected interruption of the Sink connector.