Skip to content

RAC 1.10.0

Latest
Compare
Choose a tag to compare
@farmdawgnation farmdawgnation released this 07 Jul 02:57
· 1 commit to master since this release

Changes Since 1.9.0

  • Bump to Kafka Version 2.5.0
  • Bump to Confluent Platform 5.5.1

Instructions

To use the converter download the JAR file from this releases page and put it in the Plugins Path for your Kafka Connect deployment. Then, you can specify me.frmr.kafka.connect.RegistrylessAvroConverter as a key.converter or value.converter in any relevant connectors.

About

This is an Avro converter for Kafka Connect that does not depend on Confluent Schema Registry. It shares much of the same underlying code as Confluent's AvroConverter, and should work the same in practice less any features that deal with the Schema Registry itself.

We developed this converter at Mailchimp to facilitate R&D with Connect and use cases where pushing the Schema Registry Avro Format through Kafka was not desirable or we couldn't justify the overhead of a Schema Registry.

Further Reading

Learn more in the README