Re: Can kafka consume uncommitted data from oracle

2021-10-10 Thread jacob bogers
"and uncommitted changes are definitely contained in the redo logs" If it is possible it can only be done via the logminer package https://docs.oracle.com/cd/B19306_01/server.102/b14215/logminer.htm Getting uncommitted changes is dangerous as it is not guaranteed to be correct (rollback can happen

Re: Can kafka consume uncommitted data from oracle

2021-10-10 Thread Israel Ekpo
This is the connector I was referring to in my last response https://docs.confluent.io/kafka-connect-oracle-cdc/current/overview.html On Sat, Oct 9, 2021 at 9:00 PM Israel Ekpo wrote: > If you are referring to the Oracle CDC Kafka Connector, then the connector > only produces commited changes

Re: Can kafka consume uncommitted data from oracle

2021-10-09 Thread Israel Ekpo
If you are referring to the Oracle CDC Kafka Connector, then the connector only produces commited changes to Kafka brokers Take a closer look at the connector documentation for additional information I hope this helps On Sat, Oct 9, 2021 at 6:22 PM kamrul hasan moin wrote: > Hello, > I have a

Can kafka consume uncommitted data from oracle

2021-10-09 Thread kamrul hasan moin
Hello, I have a question. I know log based capture, and uncommitted changes are definitely contained in the redo logs in oracle.the question is whether Kafka will consume them as they occur. Regards, Kamrul hasan moin Dhaka, bangladesh