The ScyllaDB Sink Connector is a Kafka Connect connector that reads messages from a Kafka topic and inserts them into ScyllaDB. It supports different data formats (Avro, JSON).
The ScyllaDB 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. ScyllaDB Sink Connector so Sink Connectors
allow you to get messages from other systems like databases like ScyllaDB and push it back to Kafka
So ScyllaDB Sink Connector is a Kafka Connect. Connector which reads messages from Kafka topic
and inserts them into ScyllaDB, 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 ScyllaDB
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