Skip to content

Commit cf819e6

Browse files
committed
refactor(demo): Migrated to redis.type
1 parent 8c651e4 commit cf819e6

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
@@ -97,7 +97,7 @@ curl -X POST -H "Content-Type: application/json" --data '
9797
"connector.class": "com.redis.kafka.connect.RedisSinkConnector",
9898
"tasks.max": "1",
9999
"key.converter": "org.apache.kafka.connect.json.JsonConverter",
100-
"redis.command": "JSONSET",
100+
"redis.type": "JSON",
101101
"redis.uri": "redis://redis:6379",
102102
"topics": "pageviews",
103103
"transforms": "Cast",

0 commit comments

Comments
 (0)