The Scylla Sink Connector is a Kafka Connect connector that reads messages from a Kafka topic and inserts them into Scylla. It supports different data formats (Avro, JSON).
The Scylla Sink Connector can scale across many Kafka Connect nodes. It has at-least-once semantics and it periodically saves its current offset in Kafka.
Transcript
So now let’s go to the Sink Connector
So what’s a Sink Connector? and what’s a. Scylla Sink Connector so Sink Connectors
allow you to get messages from other systems like databases like Scylla and push it back to Kafka
So Scylla Sink Connector is a Kafka Connect. Connector which reads messages from Kafka topic
and inserts them into Scylla, so the Connector supports different data formats like Avro, JSON,
and it can scale across many nodes so it will get good performance while you scale the Scylla
cluster and Kafka cluster. The Connector has at least one semantics and it periodically saves
its state to Kafka so after a crash it will resume reading from the position it saved back