jcustenborder / kafka-connect-transform-xml

Transformation for converting XML data to Structured data.
Apache License 2.0
22 stars 44 forks source link

Referenced XSD's #17

Open christdist opened 5 years ago

christdist commented 5 years ago

Hello how are you?

We have got a business scenario where we need to read an XML file and validate against a set of referenced schemas (But not single schema) and transform & stream it into the KAFKA. Basically we need to pick the xml file as it arrives and write it to the KAFKA topic (AVRO Format). How this can be achieved with this code. Also, it would be great if you can provide us the test sample to test this code.

Thanks, Christopher

alecomputacao commented 3 years ago

Hi Christopher.. How are you? You resolved the above problem?

My problem is the same. I have many xml payloads arriving in kafka topic, and I need to transform into json to send elasticsearch.

The problem is that I have many schemas and not One..

The connector solve this problem?

Thanks a lot

astream2018 commented 3 weeks ago

Hi @alecomputacao where you able to solve this ?