1

I am just looking for a way to track changes in a table of Cassandra. I don't want to use a trigger. If any changes made I will immediately update my data source.

Do you have any idea how to implement this feature using Java?

Also is it possible to create a plugin for Cassandra? I did not find any good resource to create a plugin for Cassandra.

Thanks.

1 Answer 1

1

I believe that what you are looking for is Change Data Capture (CDC) You can read more on CDC in Apache Cassandra

Sign up to request clarification or add additional context in comments.

1 Comment

thanks for the answer. I have read that CDS logs are not too reliable. reliability is key for me in this scenario.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.