DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
- Building CDC implementations for the array of streaming eco-systems: Spark Streaming, Flink etc.
- Providing a linearizable CDC stream.
- SSTable imports (bulk writes, imports, or any writes outside of the normal CQL path) will not be supported. Only writes that go through the commit log are supported.
- Providing before and after states; we target providing only the mutation as it appears in the commit log. This avoids a read-before-write pattern which would have major implications for performance and scalability on the database.
Approach
The foundation of CDC will be code to:
...
