Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

7.0.0 (2022-03-29)

Compare
Choose a tag to compare
@koszti koszti released this 30 Mar 14:00
· 12 commits to master since this release
1c89d8e

BREAKING CHANGES

Upgrading from 6.x to 7.x: For the current taps without any primary keys defined, set new configuration property use_message_key to false. Taps left with default settings and no custom primary keys specified will fail if kafka messages do not have keys and lead to unexpected behaviour on targets otherwise.

Features:

  • Added support for the message keys to be used as primary key for the record. Using message key is now a default option where custom PKs are not defined.