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 || Messages doesn't consume at BE side for cassandra channel when schemas/tables are generated from studio #103

Closed praagraw-tibco closed 1 year ago

praagraw-tibco commented 1 year ago

Version Information

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

Description

I am using attached project, generated schema from the studio, started the 2 engines, one is used to insert data into cassandra table using TIMER Event and other is used to act as Consumer(using Cassandra Channel) but am not able to see expected messages at consumer engine side.

CassandraAsChannel.zip

Steps to reproduce: Import the attached project. Create Schema using export option from studio Create keyspace and tables (created from schema) Here, I have used cdc=true property for d_TestCon table Deploy the pulsar connector nar into pulsar cluster Start the engine (which used default1.cdd) which is used to insert data into the Cassandra store. Start the engine which used (default.cdd) which is used to consume messages when data is inserted (Cassandra Channel Part)