Skip to content

Commit

Permalink
fix(demo): Fixed key pattern config
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux committed Oct 16, 2023
1 parent 1574838 commit 9d1d86a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ curl -X POST -H "Content-Type: application/json" --data '
"tasks.max":"1",
"connector.class":"com.redis.kafka.connect.RedisKeysSourceConnector",
"redis.uri":"redis://redis:6379",
"redis.keys.patterns":"mykey:*",
"redis.keys.pattern":"mykey:*",
"topic": "mykeys"
}}' http://localhost:8083/connectors -w "\n"

Expand Down

0 comments on commit 9d1d86a

Please sign in to comment.