Releases: siddhi-io/siddhi-map-avro
Siddhi Mapper Avro Release 2.2.1
Siddhi Mapper Avro Release 2.2.0
This Release is compatible with Siddhi 5.x.x
Overview
Siddhi Mapper Avro 2.2.0 release makes the Avro Mapper compatible with the Kafka Avro Producer / Consumer which is provided by Confluent.
Improvements
This release introduces a new (optional) parameter "use.avro.serializer" to the Siddhi AvroSinkMapper.
Set this parameter to true when you use the class "io.confluent.kafka.serializers.KafkaAvroSerializer" as the value serializer when creating the Kafka producer. When it is set to false, "org.apache.kafka.common.serialization.ByteArraySerializer" will be used.
Similarly, this release introduces a new (optional) parameter "use.avro.deserializer" to the Siddhi AvroSourceMapper.
Set this parameter to true when you use the class "io.confluent.kafka.serializers.KafkaAvroDeserializer" as the value deserializer when creating the Kafka consumer configs. When set to false, "org.apache.kafka.common.serialization.ByteArrayDeserializer" will be used.
Complete Changes
Please find the complete changes here
Download
Download the release from here
Siddhi Mapper Avro Release 2.0.6
This Release is compatible with Siddhi 5.x.x
Overview
Siddhi Mapper Avro 2.0.6 release contains bug fixes related to Jackson-databind dependency conflicts.
Bug Fixes
- Dependency conflict issue with jackson-databind in Spring component. (#24)
Complete Changes
Please find the complete changes here
Download
Download the release from here
Siddhi Mapper Avro Release 2.0.5
Siddhi Mapper Avro Release 2.0.4
Siddhi Map Avro 2.0.3 Release
Overview
Bump siddhi Dependency version to Siddhi 5.1.0
Complete Changes
Please find the complete chenges here