Skip to content

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

@rakulkar-tibco

Description

@rakulkar-tibco

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions