Skip to content

πŸ“• Kafka Connect source and sink connector for Redis

License

Notifications You must be signed in to change notification settings

jaredpetersen/kafka-connect-redis

Folders and files

NameName
Last commit message
Last commit date
Jul 17, 2021
Nov 11, 2020
Jul 23, 2021
Mar 16, 2022
Nov 9, 2020
Nov 9, 2020
Mar 16, 2022
Feb 14, 2021
Nov 21, 2020
Nov 10, 2020
Nov 29, 2020
Jul 17, 2021
Mar 16, 2022

Repository files navigation

Kafka Connect Redis

Build Status Maven Central

Kafka Source and Sink Connector for Redis

Connectors

Source

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.

Sink

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.

Demo

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.

Compatibility

Requires Redis 2.6 or higher.