rakulkar-tibco
Results
2
issues of
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...
I am using Cassandra 4 and cdc-apache-cassandra 2.2.3. Consider below table. ``` cqlsh:ks1> DESC foo_comp ; CREATE TABLE ks1.foo_comp ( a int, b text, c text, PRIMARY KEY (a, b)...