siddhi-io / siddhi-io-kafka

Extension that can be used to receive events from a Kafka cluster and to publish events to a Kafka cluster
https://siddhi-io.github.io/siddhi-io-kafka/
Apache License 2.0
18 stars 50 forks source link

Allow Avro deserialising via Schema Registry #155

Closed lasanthaS closed 2 years ago

lasanthaS commented 2 years ago

Purpose

This PR allows Avro to deserialize via Schema registry when the schema is hosted in the registry.

Security checks