Jeremy Custenborder

Results 91 comments of Jeremy Custenborder

@fieldOfView I gave the development snapshot a try and it seems to work for me. I clicked request and generated an api key for my user. Added it to octoprint...

Yes this does support Avro. Are you running into a problem with one of the transforms?

The mongo change stream connector doesn't support Avro. Basically each record that is coming out of mongo is getting passed through Kafka Connect as a String. Their connector is actually...

@Spellchaser Thanks for the pull and good feedback. Unfortunately the readme is auto generated. I'm going to keep your pull around for a bit then incorporate it into the template...

hi @aivarssilins! I'm publishing all of my transforms and connectors to the Confluent Hub. You can find the latest for this plugin [here](https://www.confluent.io/hub/jcustenborder/kafka-connect-transform-common). Does this work for you?

@fankangmin Can you help me understand how you're using maven? I stopped publishing to maven a few years ago because it wasn't much of a benefit. Are you actually deploying...

The way I have things setup there is a common build script that's used for all projects. It tends to be an all or nothing with my kafka connect project....

This is helpful. I'm really familiar on the Avro side. The Jackson side is where I could use help navigating. BTW thanks for this project. It's one of the under...

@cowtowncoder Is there any reason [NonBSGenericDatumWriter](https://github.com/jcustenborder/jackson-dataformats-binary/blob/f43e082d3cb695c6e2b57d2250eb225074bbb233/avro/src/main/java/com/fasterxml/jackson/dataformat/avro/ser/NonBSGenericDatumWriter.java#L20) is public? I think I'm going to need to change it's constructor. Should I implement another class with LogicalType support or should I try...

Could you elaborate more on how you see this feature working? Sink connectors only have the DLQ for messages where the converter fails. Take #119 for example. The exception is...