We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1574838 commit 9d1d86aCopy full SHA for 9d1d86a
run.sh
@@ -127,7 +127,7 @@ curl -X POST -H "Content-Type: application/json" --data '
127
"tasks.max":"1",
128
"connector.class":"com.redis.kafka.connect.RedisKeysSourceConnector",
129
"redis.uri":"redis://redis:6379",
130
- "redis.keys.patterns":"mykey:*",
+ "redis.keys.pattern":"mykey:*",
131
"topic": "mykeys"
132
}}' http://localhost:8083/connectors -w "\n"
133
0 commit comments