TIBCOSoftware / be-contribution

This repository is to add various contributions across different modules within TIBCO BusinessEvents. It will include contributions by TIBCO BusinessEvents team as well external users/customers/fields teams.
BSD 3-Clause "New" or "Revised" License
0 stars 9 forks source link

Cassandra Channel || Able to see messages on engine when CDC value for a table is changed from true to false #93

Open praagraw-tibco opened 1 year ago

praagraw-tibco commented 1 year ago

Version Information

Software Version(s)
BusinessEvents 6.3.0
OS Type?
OS Version?

When CDC value for a table is updated to true from false, then engine displays records created during CDC=false. Also msgIn/out counter variable display the message count when CDC is changed.

What is the actual behavior?

Steps to reproduce:

Create a table having CDC=false Start a engine and insert the record Check the status of msgIn/Out counter for data topic Change the CDC to true The count of msgIn/out will be changed and engine will also reflect messages for the records created during CDC=false

Please provide log files.

BE-31629.zip

rakulkar-tibco commented 1 year ago

created issue for cdc-apache-cassandra github repo : https://github.com/datastax/cdc-apache-cassandra/issues/151