Open stslingaprabu opened 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:
My Keys in Redis:
Issue : Data is Not Fetched in Kafka
I have encountered the same problem as you. Have you solved the problem?
No.
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:
My Keys in Redis:
Issue : Data is Not Fetched in Kafka