Skip to content

jaredpetersen/kafka-connect-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.