Hello,
I would like to know the solution for processing XML data with Confluent.
My source and sink system be AWS S3 and MQ.
How to read XML data with Kafka connector for Source connector?
After storing data on Kafka topic and filtering or calculating some value on ksqlDB or KStream before sending to destination.
After step 1), How to send processed data to the destination as XML data may need to restructure XML format file in different from source system.
I gets some ideas about inbound to read XML and stored as JSON on Kafka.
But I still wonder in part of outbound, in case I expected send JSON data on Kafka topic and write to S3 or MQ as XML format so How to do that?