TxEventQ Connector v1.1.0
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.