Skip to content

TxEventQ Connector v1.1.0

Compare
Choose a tag to compare
@linny0608 linny0608 released this 01 Feb 23:06
· 113 commits to master since this release
337a351

The Kafka Sink Connector and Kafka Source Connector for Oracle Transactional Event Queues. The Sink Connector reads messages from a specified Kafka topic and stores them in a specified Oracle Transactional Event Queue topic on an Oracle Database. The Source Connector reads messages from a specified Oracle Transactional Event Queue and stores them into a specified Kafka topic.

Enhancements:

  • Significantly improve the performance of the source and sink connectors by adding support for batching, which allows for bulk operations. Note: The sink connector currently supports batching in a non-RAC database environment; support for bulk enqueue operations on RAC databases will appear in a future release.
  • Improve error handling.