Hi,
I'm developing a custom SMT for my connector that extracts values from an db column and sets them as headers. While making an integration test I've noticed that each of my headers values are encoded in BASE64.
I'm also using EventRouter SMT and the id header that's added is also encoded in BASE64 so the problem is not exclusive to my SMT.
Is there a setting in configuration that I can use to disable it?
I'm using a MySQL debezium connector version 2.4.
Krzysztof