Hi, please is it possible to create kafka connect Schema using json, e.g. avro definition json? I need it for writing custom Single Message Transformation and can not find how to do that. I miss something like method in Schema loadFromJson(String avroDefJson). Without it probably I will have to write custom custom parser which creates Schema for me using SchemaBuilder.
https://kafka.apache.org/0110/javadoc/org/apache/kafka/connect/data/SchemaBuilder.html Thanks and Regards Josef