Hi,
I have Event-topic with payload of JSON format consisting of 4 fields in it. When I am consuming those events using kafka-jdbc-sink-connectors, it is creating fours different columns in my postgres table. My requirement is to get whole 4 fields of payload into only 1 single column.
I am using STRING for key.converter & AVRO for value.converter
Could some one please help me on it??