This is a very simple example :
Queue: p1
parameters defining data formatting:
default:
decimal = .
enotation = 14
record = json
parameters for kafka target:
topic = test
default:
api.version.request = false
broker = localhost:9092
broker.version.fallback = 0.9.0
compression.codec = none
partition = 0
request.required.acks = -1
restart_timeout = 30
threshold_size = 10000
parameters for JSON formatting:
default:
before = no
commit = no
ddl = no
eol = no
indent = 0
meta = yes
schema = no
Jason message output :
{"meta":{"op":"ins","table":"TEST8.REPLICA"},"data":{"ID":"200","REPLICA":"test","CONN":"falchetti5"}}
I change the meta parameter but I have : {"data":{"ID":"200","REPLICA":"test","CONN":"falchetti5"}}
My question is there is a way to remove the yellow text so writing the transaction directly on target database ?