Ayman Khalil
Ayman Khalil
@praagraw-tibco looking closer into this, it seems we are configure the mTLS between the connector and Cassandra - not between the connector and the brokers. For the latter: * Use...
It is possible that one of your primary key columns has an unsupported data type (are you able to share your table schema?) - you can cross check against this...
I'd also use a recent agent version - 1.0.5 is too old, maybe grab the llatest v2.2.3?
Alternatively, we can keep the config as close as possible to today's single table configs by replacing `data.topic` with `destination-topic-name`
I switched to a simpler impl that relies on replica counts instead of parsing the actual headers from non-leader replicas to send sensor values back to coordinator https://github.com/datastax/cassandra/pull/1056/commits/e68e732886fc3a613ee5d2cd3e835b9ec6a8fb6f (doesn't require...
Resolved conflicts https://github.com/datastax/cassandra/pull/1056/commits/358441b215627f651a243410cc67c84afe2096c3, merging.
* Update internode sensors tracking to happen at the `outboundSink` level * Encoded `KEYSPACE` header to simplify encoding internode sensors in the message header. Please note that it is not...
Fixed PR diff https://github.com/datastax/cassandra/pull/1081/commits/cc52860bedddc46d7ea56aafaa37ffcc97059826
@sbtourist PR is ready for second round of review. PTAL.
I added rudimentary support for 2i index. lthough it shares code with the regular memtable updates, it is hard to come up with the written bytes from the standard [cfs#apply](https://github.com/datastax/cassandra/blob/9a6bd27e933c7bacd1b31bba0b951fdb0bdf7da1/src/java/org/apache/cassandra/db/ColumnFamilyStore.java#L1554)...