prometheus-kafka-adapter icon indicating copy to clipboard operation
prometheus-kafka-adapter copied to clipboard

feat: AVRO with Schema Registry

Open brunodomenici opened this issue 10 months ago • 0 comments

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 struct for Metric object. Confluent's serializer can't serialize map[string]interface{} (https://github.com/confluentinc/confluent-kafka-go/issues/1367)
  • This branch is based on #135

Thank you

brunodomenici avatar Dec 18 '24 15:12 brunodomenici