datastax / cdc-apache-cassandra

Datastax CDC for Apache Cassandra
Apache License 2.0
35 stars 21 forks source link

Able to see messages getting published to pulsar topic in case cdc value for table changes as true-false-true #151

Open rakulkar-tibco opened 1 year ago

rakulkar-tibco commented 1 year ago

I am using Cassandra 4 and cdc-apache-cassandra 2.2.3. For table foo, CDC is enabled.

After creating the correct source configuration I am able to see corresponding events on the pulsar destination topic ( data-ks1.foo).

Now I disable CDC for the table and perform some DML operation on table. No message/event available on the topic. Which is inline with the expectation.

Then the CDC for the table is enabled and again performed some DML operations on the table. Now in addition to expected messages, I could see events corresponding to operations performed when CDC for a table was disabled on the pulsar topic.

Please help.