xjin-Confluent / kafka-connect-redis

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:Java 100.0%