argoproj / argo-events

Event-driven Automation Framework for Kubernetes
https://argoproj.github.io/argo-events/
Apache License 2.0
2.34k stars 730 forks source link

feat: schema registry/avro support for Kafka event source #2249

Open tooptoop4 opened 1 year ago

tooptoop4 commented 1 year ago

deserialize Kafka events using schema registry lookup: option 1: https://github.com/dangkaka/go-kafka-avro/blob/e714c259f1e9b42b05cc03ca98ed9b476a970dff/avroConsumer.go / https://github.com/dangkaka/go-kafka-avro/blob/e714c259f1e9b42b05cc03ca98ed9b476a970dff/examples/consumer/main.go option 2: https://github.com/riferrei/srclient/blob/master/EXAMPLES_AVRO.md#consumer

OneCricketeer commented 1 year ago

Duplicates #1503

Thomasr-02 commented 1 year ago

This is important and maybe is appliclabe to the Sensor too.