Skip to content

Commit

Permalink
refactor(demo): Migrated to redis.type
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux committed Sep 20, 2024
1 parent 8c651e4 commit cf819e6
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 @@ -97,7 +97,7 @@ curl -X POST -H "Content-Type: application/json" --data '
"connector.class": "com.redis.kafka.connect.RedisSinkConnector",
"tasks.max": "1",
"key.converter": "org.apache.kafka.connect.json.JsonConverter",
"redis.command": "JSONSET",
"redis.type": "JSON",
"redis.uri": "redis://redis:6379",
"topics": "pageviews",
"transforms": "Cast",
Expand Down

0 comments on commit cf819e6

Please sign in to comment.