Skip to content

v2.2.0 (MAR-2024)

Compare
Choose a tag to compare
@averemee-si averemee-si released this 01 Mar 06:18
· 257 commits to master since this release

2.2.0 (MAR-2024)

LogMiner Connector

  1. Enhanced handling of partial rollback redo records (ROLLBACK=1). For additional information about these redo records please read ROLLBACK INTERNALS starting with the sentence "The interesting thing is with partial rollback."
  2. New parameter a2.topic.mapper to manage the name of the Kafka topic to which data will be sent. For more information please read KAFKA-CONNECT.md
  3. Oracle Database settings check utility

Sink Connector

  1. Connector classes are re-factored and the Sink Connector itself renamed from solutions.a2.cdc.oracle.OraCdcJdbcSinkConnector to solutions.a2.kafka.sink.JdbcSinkConnector
  2. New parameter - a2.table.mapper to manage the table in which to sink the data.