Hi @roopeshetty,
Try this props:
[ confluent_kafka_api ]
DATETIME_CONFIG=CURRENT
SHOULD_LINEMERGE=false
LINE_BREAKER=([\r\n])+confluent_kafka_
CHARSET=UTF-8
PREAMBLE_REGEX =^#.+$
The preamble_regex removes the comments from the data
The line_breaker is set to a new line (in brackets) followed by the words "confluent_kafka_" (not in brackets)
There's no time field in the data, so it's set to CURRENT.
See if that helps.
Cheers,
Daniel