kafka-connect-transform-xml icon indicating copy to clipboard operation
kafka-connect-transform-xml copied to clipboard

Transformation for converting XML data to Structured data.

Results 21 kafka-connect-transform-xml issues
Sort by recently updated
recently updated
newest added

I am experiencing a runtime exception while doing a load testing with 10 Million records in my kafka cluster (3 Brokers) and broker crashes every time after this issue is...

Hi, I'm trying to compile the project (master branch) but are unable to do so. With a fresh maven installation the error says `[ERROR] Failed to execute goal on project...

This PR also handles updating the README and intros testing for the new functionality. For source connectors, this can successfully handle the failure and gives it a simple schema. For...

Thanks for your work on this plugin! I'm trying the XML transform but am unable to get it running. Any ideas what I might be doing wrong? I POST this...

This is just applying recommendation from https://github.com/jcustenborder/kafka-connect-transform-xml/issues/33#issuecomment-732301019

Using [this XML](https://tfl.gov.uk/tfl/syndication/feeds/cycle-hire/livecyclehireupdates.xml) and an XSD auto-generated, I get a Transform failure Fails ``` transforms = [xml] transforms.xml.negate = false transforms.xml.package = com.github.jcustenborder.kafka.connect.transform.xml.model transforms.xml.predicate = transforms.xml.schema.path = [https://rmoff.net/files/livecyclehireupdates.xsd] transforms.xml.type =...

Hi, we are trying to use Kafka connect xml transform to convert xml (https://www.confluent.io/hub/jcustenborder/kafka-connect-transform-xml), so that the xml message can be parsed as avro in confluent. We use Confluent 5.5.0,...

Great Project :-) When running in an environment where javac is not installed, a NullPointer Exception is thrown on the following line: https://github.com/jcustenborder/kafka-connect-transform-xml/blob/30e3376ccfae7340b4e588b2827fc2a918146351/src/main/java/com/github/jcustenborder/kafka/connect/transform/xml/XSDCompiler.java#L146 It would be great to throw a...

I am getting SAXParseException saying Premature end of file. * I have tried different schemas and xml data whoever I am getting the same error. * I have also ran...