redis-field-engineering / redis-kafka-connect

Redis Kafka Connector (Source and Sink) by Redis
https://redis-field-engineering.github.io/redis-kafka-connect/
Apache License 2.0
28 stars 17 forks source link

RedisKeysSourceConnector Not Working #36

Open stslingaprabu opened 9 months ago

stslingaprabu commented 9 months ago

Hey Guys, I used RedisKeysSourceConnector in Kafka and enabled notify-keyspace-events but in kafka topic is not creating and data is not fetched.

My Kafka connector config: { "connector.class": "com.redis.kafka.connect.RedisKeysSourceConnector", "redis.keys.pattern": "Check:*", "tasks.max": "1", "topic": "Check", "redis.uri": "redis://default:**@redis-11340.c325.us-east-1-4.ec2.cloud.redislabs.com:11340" }

My keyspace-events:

image

My Keys in Redis:

image

Issue : Data is Not Fetched in Kafka

image
xiedongmingming commented 1 month ago

I have encountered the same problem as you. Have you solved the problem?

stslingaprabu commented 1 month ago

No.