kafka-connect-redis
kafka-connect-redis copied to clipboard
get and parse redis key:value and convert to json
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
this plugin and demo not show key value in kafka consumer only show key but not show this value
@jaredpetersen please help me