Michael André Pearce

Results 19 issues of Michael André Pearce

When source is Avro and destination is Proto if a new field is added in the avro schema at the top or somewhere in the middle, and the connector is...

Current version in dependency is getting old, as such its causing classpath conflicts occurring when using later versions of confluent platform kafka connect.

solution-proposed

Refactor so a datum readers and writers follow a provider design as such then can be passed in to supply the datum provider, rather than it being hardcoded Add a...

Convert cast to (Number) and .longValue to using Long.valueOf()

Supply an out the box converter to support Kafka Connect

enhancement

Typically some users store properties in files, and load into a java properties file, and passed in to kafka client which then passes these as strings values to SchemaRegistryClient. Currently...

bug

A faster Avro Serdes DatumReader and Writer was implemented by RTBHouse http://techblog.rtbhouse.com/2017/04/18/fast-avro/ They have open sourced this under [apache license](https://github.com/RTBHOUSE/avro-fastserde/blob/master/LICENSE) https://github.com/RTBHOUSE/avro-fastserde As such add the capability to use different Datum...

This is to be similar to Kafka , where given an Object it uses avro serialisation to bytes. In case of JMS this means taking the Object set in JMSObjectMessage...

Is it possible rather where path to use is not the default one, from what i understand you have to define this then in the config and having to keep...

enhancement

Add mapping from jndi principle and credentials to username and password for the default connection factory when using provider url Add test case