jberragan opened a new pull request, #87: URL: https://github.com/apache/cassandra-analytics/pull/87
This is the initial commit for CEP-44 to introduce a standalone CDC module into the Analytics project. This module provides the foundation for CDC in the Apache Cassandra Sidecar. This module provides: - a standalone Cdc class as the entrypoint for initializing CDC. - pluggable interfaces for: listing and reading commit log segments for a token range, persisting and reading CDC state, providing the Cassandra table schema, optionally reading values from Cassandra. - read and deserialize commit log mutations. - reconcile and de-duplicate mutations across replicas. - serialize CDC state into a binary object for persistence. - a layer for converting Cassandra mutations into a standard consumable format. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
