Releases: farmdawgnation/registryless-avro-converter
RAC 1.10.0
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
RAC 1.9.0
Changes Since 1.8.1
- Bump to Kafka Version 2.4.1
- Bump to Confluent Platform 5.4.2
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
RAC 1.8.1
Changes Since 1.8.0
- Bump to Kafka Version 2.3.1
- Bump to Confluent Platform 5.3.2
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
RAC 1.8.0
Changes Since 1.7.0
- Bump to Kafka Version 2.3.0
- Bump to Confluent Platform 5.3.0
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
RAC 1.7.0
Changes Since 1.6.0
- Bump to Kafka Version 2.2.0
- Bump to Confluent Platform 5.2.0
- Build process changes:
- Gradle upgrade
- Modernized the build script
- junit upgrade
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
RAC 1.6.0
Changes Since 1.5.0
- Bump to Kafka Version 2.1.1
- Bump to Confluent Platform 5.1.2
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
RAC 1.5.0
Changes Since 1.4.0
- Bump to Kafka Version 2.0.1
- Bump to Confluent Platform 5.0.3
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
Registryless Avro Converter 1.4.0
Changes Since 1.3.0
- Bump to Kafka Version 1.1.1
- Bump to Confluent Platform 4.1.3
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
Registryless Avro Converter 1.3.0
Changes Since 1.2.0
- Recompiled with Java 8 and added a Java Version file to ensure I don't make the same mistake again.
- Clarified requirement on Confluent Platform 4.0 in README.
Requirements
- Built on Kafka Connect 1.0.0
- Confluent Platform 4.0
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
[ DOA ] Registryless Avro Converter 1.2.0
** THIS RELEASE WAS ACCIDENTALLY COMPILED WITH JAVA 10, IT SHOULD WORK BUT PLEASE USE 1.3.0 IF YOU NEED A JAVA 8 COMPATIBLE RELEASE **
Changes Since 1.1.0
- Unit tests have been added
- Explicit reader and writer schemas are now optional
Requirements
- Built on Kafka Connect 1.0.0
- Confluent Schema Registry 4.0.0 must be on the classpath for this converter to work.
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.md]