debezium server config has no effect. how to config the properties: key.converter.schemas.enable =false

24 views
Skip to first unread message

林晓东

unread,
Jul 7, 2022, 10:04:05 AM7/7/22
to debezium
I have run debezium server with cmd run.sh

and set properties in application.properties:

debezium.sink.kafka.producer.key.converter.schemas.enable=true
debezium.sink.kafka.producer.value.converter.schemas.enable=true
or 
debezium.format.key.converter.schemas.enable=false
debezium.format.value.converter.schemas.enable=false

all has no use to excludes the verbose schema information from each record.

Yogic Rhama

unread,
Jul 8, 2022, 2:36:03 AM7/8/22
to debezium
Hi, lin. I have faced that problem too. I used this one,

debezium.format.schemas.enable=false

I traced the log to see what kinds of parameter the debezium has been set up and I found 'format.schemas.enable' thing so I tried this, and it worked. Btw, I used Debezium Server 1.9.2 Final. Hope it works for you too.

Nathan Smit

unread,
Jul 8, 2022, 2:42:59 AM7/8/22
to debezium
Hey there, did you perhaps try the below which I suggested in the other thread?  The below config is currently working for me in 1.9.0.Final

debezium.source.value.converter=org.apache.kafka.connect.json.JsonConverter
debezium.source.value.converter.schemas.enable=false

林晓东

unread,
Jul 8, 2022, 10:11:31 PM7/8/22
to debezium
Thanks. two way is ok.
Reply all
Reply to author
Forward
0 new messages