Click to copy

• Reviewed for ksqlDB 0.29

What is a Connector in ksqlDB

A connector is a mechanism to import or export data from your ksqlDB cluster to external systems.

For example, you can use the “change data capture (or CDC)” pattern on databases like PostgreSQL, consume tweets from social media sites like Twitter , or notify through messages in Slack when a record is produced in Kafka .

ksqlDB uses the Apache Kafka Connect framework — this means you can run any connector implemented for that framework.

Discover what readers are saying
topictale
Get easy to digest how-tos on ksqlDB
Sign up
Please read our Privacy Policy to understand how we protect and manage your data.
You may also like