We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
I have encountered the same problem as you. Have you solved the problem?
Sorry, something went wrong.
No.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: