kafka-connect-redis icon indicating copy to clipboard operation
kafka-connect-redis copied to clipboard

get and parse redis key:value and convert to json

Open mehrdadhosseinzadeh opened this issue 2 years ago • 2 comments

thank you for this plugin i have question : i want to get every key insert in redis realtime and send to kafka topic with json format

redis key example v:220921:405305591

my kafka topic output

{"eventType" : "view", "date" : "220921", "listingId" : "405305591" }

this posible with schema registry ? or transformer in kafka-connect setting ? what way ? or ksql ?

please help me

mehrdadhosseinzadeh avatar Oct 10 '22 15:10 mehrdadhosseinzadeh

this plugin and demo not show key value in kafka consumer only show key but not show this value

mehrdadhosseinzadeh avatar Oct 10 '22 17:10 mehrdadhosseinzadeh

@jaredpetersen please help me

mehrdadhosseinzadeh avatar Oct 10 '22 18:10 mehrdadhosseinzadeh