Add connector scylladb to debesium with redpanda #2452
3JIou-home
started this conversation in
Show and tell
Replies: 2 comments 2 replies
-
Dmitry @3JIou-home did you get a chance to try the connector with the Schema registry as well? |
Beta Was this translation helpful? Give feedback.
1 reply
-
The Scylla CDC source connector just reads the deltas (which are structured as a CDC table) this should be must faster than the vanilla Cassandra CDC source connector - not sure if you noticed any performance difference... |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For use with redpand connector to scylladb need:
alter table kolesa.test WITH cdc = {'enabled':true};
this way can be used for anything another connectors
Beta Was this translation helpful? Give feedback.
All reactions