Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RedisKeysSourceConnector Not Working #36

Open
stslingaprabu opened this issue Feb 6, 2024 · 2 comments
Open

RedisKeysSourceConnector Not Working #36

stslingaprabu opened this issue Feb 6, 2024 · 2 comments

Comments

@stslingaprabu
Copy link

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
Copy link

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

@stslingaprabu
Copy link
Author

No.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants