prometheus-kafka-adapter
prometheus-kafka-adapter copied to clipboard
feat: AVRO with Schema Registry
Hello,
I have a requirement to do AVRO with Schema Registry so, I'm proposing this implementation.
Few things:
- I had to upgrade
confluent-kafka-go/v2 - I had to create a
structforMetricobject. Confluent's serializer can't serializemap[string]interface{}(https://github.com/confluentinc/confluent-kafka-go/issues/1367) - This branch is based on #135
Thank you