Skip to content

Commit 9d1d86a

Browse files
author
jruaux
committed
fix(demo): Fixed key pattern config
1 parent 1574838 commit 9d1d86a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ curl -X POST -H "Content-Type: application/json" --data '
127127
"tasks.max":"1",
128128
"connector.class":"com.redis.kafka.connect.RedisKeysSourceConnector",
129129
"redis.uri":"redis://redis:6379",
130-
"redis.keys.patterns":"mykey:*",
130+
"redis.keys.pattern":"mykey:*",
131131
"topic": "mykeys"
132132
}}' http://localhost:8083/connectors -w "\n"
133133

0 commit comments

Comments
 (0)