oracle-samples / oracle-db-examples

Examples of applications and tool usage for Oracle Database
https://www.oracle.com/database/technologies/
Other
1.3k stars 829 forks source link

Kafka connector example #292

Closed linny0608 closed 9 months ago

linny0608 commented 11 months ago

The example provides an application that can produce and consume from a Kafka topic. The application can be used in conjunction with the Oracle TxEventQ Sink/Source Connector. The application can be used to add messages to a Kafka topic and then the Oracle TxEventQ Sink connector can me used to enqueue into the specified transactional event queue. The Oracle TxEventQ Source connector can me used to dequeue messages from the specified transactional event queue into a specified Kafka topic. The Kafka consumer application can then be used to consume the messages that was sent by the Oracle TxEventQ Source connector.