Skip to content

Conversation

@tim-quix
Copy link
Contributor

Add a template for writing data from quix to an external cluster.

@tim-quix tim-quix changed the title add kafka sink (with the quix connector to be moved later) Quix topic -> External Kafka topic sink template (also adds quixstreams sink) Oct 17, 2025
@tim-quix tim-quix changed the title Quix topic -> External Kafka topic sink template (also adds quixstreams sink) Quix topic -> External Kafka topic sink template (also includes new quixstreams sink) Oct 17, 2025
@@ -0,0 +1,219 @@
import logging
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

REMOVE THIS FILE once added to quixstreams

@@ -0,0 +1,2 @@
quixstreams==3.23.1
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

UPDATE VERSION once sink added to quixstreams

from quixstreams import Application
from quixstreams.kafka.configuration import ConnectionConfig

from sink import KafkaReplicatorSink
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

UPDATE IMPORT once sink added to quixstreams

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants