Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 this issue Apr 26, 2023 · 0 comments

Comments

@rakulkar-tibco
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant