[DISCUSS] KIP-780: Support fine-grained compression options

2021-10-10 Thread Dongjin Lee
Hi Kafka dev, I would like to start the discussion of KIP-780: Support fine-grained compression options. https://cwiki.apache.org/confluence/display/KAFKA/KIP-780%3A+Support+fine-grained+compression+options Here is some context or history on this feature; initially, this feature was intended to

[jira] [Created] (KAFKA-13361) Support fine-grained compression options

2021-10-10 Thread Dongjin Lee (Jira)
Dongjin Lee created KAFKA-13361: --- Summary: Support fine-grained compression options Key: KAFKA-13361 URL: https://issues.apache.org/jira/browse/KAFKA-13361 Project: Kafka Issue Type:

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

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