datastax / cdc-apache-cassandra

Datastax CDC for Apache Cassandra
Apache License 2.0
35 stars 21 forks source link

Does this library support tuple? #160

Closed rakulkar-tibco closed 1 year ago

rakulkar-tibco commented 1 year ago

I have column with type FROZEN<TUPLE<TIMESTAMP, TEXT>> in a table.

But on pulsar destination topic (e.g. data-ks1.foo) I am receiving null value.

Does this library supports tuple? if not , is it expected to receive null value?

aymkhalil commented 1 year ago

TUPLE data type is not supported. https://github.com/datastax/cdc-apache-cassandra/blob/cfa4a5f65567519d61cc4dd7534e396eb7e1e2a4/README.md#supported-data-types

Since it is not supported it shouldn't be used, but receiving null value seems inline with the code.