cdc-apache-cassandra icon indicating copy to clipboard operation
cdc-apache-cassandra copied to clipboard

Datastax CDC for Apache Cassandra

Results 25 cdc-apache-cassandra issues
Sort by recently updated
recently updated
newest added

This pull request contains updates to support the unified build.

Both [Astra DB](https://db.new) and [DSE `7.0` (public preview as of this writing)](https://www.datastax.com/blog/get-started-with-the-datastax-enterprise-7-0-developer-vector-search-preview?utm_source=Madhavan_Sridharan) already supports `vector` as a CQL data type and OSS C* will soon support the same via [CEP-30](https://cwiki.apache.org/confluence/x/OQ40Dw)....

documentation
enhancement

In the README, there is an instruction to build DSE4 agent by running `./gradlew assemble -Pdse4`. However, the build fails as it is referencing some private pom files. ``` $...

Hello! I noticed there is not yet support for ranged deletes. I was wondering if this feature had any prior work and what it would take to implement.

Camel Case to Kebab Case

I am using Cassandra 4 and cdc-apache-cassandra 2.2.3. I am seeing different behaviour for two way vs one way ssl when trying to deploy pulsar connector NAR file in the...

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...

A table with primary key only columns with cdc enabled, will results in errors in the connector. My initial guess is primary key only tables are not supported because we...

Update OSS C* and DSE versions to the latest in [`gradle.properties`](https://github.com/datastax/cdc-apache-cassandra/blob/master/gradle.properties#L13-L15) - OSS C* 3.x version to `3.11.14` - DSE version to `6.8.34` - OSS C* 4.x version to `4.0.8`

Introduce support for [OSS C* 4.1 series](https://github.com/apache/cassandra/tags).

enhancement