opsgenie / kubernetes-event-exporter

Export Kubernetes events to multiple destinations with routing and filtering

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Avro Support for Kafka

xmcqueen opened this issue · comments

Hi, I'm from LinkedIn. We use avro for all our kafka message delivery. It makes for a much more efficient pipeline. Its pretty desirable for large high-volume clusters.

We've implemented avro support in kubernetes-event-exporter, and it seems to be a minimally disruptive patch - aside from changes to vendored code. I'll get a PR up here soon. At this time its still in testing, but its looking good and I have high confidence in it.

I'll link to this ticket when I get the PR up.

I'm having to make some upstream changes for the avro lib, but this is still on the way.