Skip to content

RedisKeysSourceConnector Not Working #36

Open
@stslingaprabu

Description

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions