You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: