stream-reactor
stream-reactor copied to clipboard
Redis sink connector ignoring key payload only take value payload
None of our connectors support extracting values from the message key.
contributions are welcome.
@mojari Please also provide details for any issues, not just a title.
As kafka topic have two fields (key and value). Kafka has capability to send key and value. Both can have json data, but connector can only take as input the payload from value. It cann't take key payload . For Example our KCQL statement is like this: connect.redis.kcql= INSERT INTO TABLE select * from redis-topic1 PK profile,profile,interactionId ; here all the field will come from value part of kafka topic. Not taking any data from key part.