Kafka Source and Sink Connector for Redis
Kafka Connect Redis Source subscribes to Redis channels/patterns (including keyspace notifications) using the Redis Pub/Sub and write the received messages to Kafka.
For more information, see the detailed documentation.
Kafka Connect Redis Sink consumes Kafka records in a Redis command format (SET
, GEOADD
, etc.) and applies them to Redis.
For more information, see the detailed documentation.
Check out the demo for a hands-on experience that shows the connector in action!
This demonstration will walk you through setting up Kubernetes on your local machine, installing the connector, and using the connector to either write data into a Redis Cluster or pull data from Redis into Kafka.
Requires Redis 2.6 or higher.