kafka-connect-redis icon indicating copy to clipboard operation
kafka-connect-redis copied to clipboard

Kafka Connect connector for Redis

Results 14 kafka-connect-redis issues
Sort by recently updated
recently updated
newest added

Currently, there is no capability to configure an expiration for records pushed to Redis by this connector. It will be nice to have a config to set the expire time...

enhancement

Lettuce 5 does not support Redis 7. I am naively expecting that a bump to the most recent lettuce version would fix the issue. This of course would require releasing...

Added support for redis streams

Would it be possible to use a different package name for v2? As I understand it, the FQCN class name identifies the plugin to be used. If the v1 and...

On build, a dependency (docker-compose-junit-extensions) is stored under the now sunsetted bintray repo. Any plans on swapping out this dependency?

I'm wondering why `redis.database` defaults to `1` instead of `0`. When you start `redis-cli` without options, the default database is `0`.

I am trying to create a Kafka Redis sink that deletes a particular key in Redis. One of the ways is to create a Record or Message in Kafka with...

In particular the limitations to using string key and field seem quite restrictive. This project has some good ideas, but it seems neither of these connectors are fully maintained: https://github.com/mangrrua/kafka-connect-redis-sink