logstash-plugins / logstash-codec-avro

A logstash codec plugin for decoding and encoding Avro records
Apache License 2.0
15 stars 63 forks source link

Send event and encoded data as a result of Avro encoding #2

Closed i-maravic closed 9 years ago

talevy commented 9 years ago

sweet! sorry for the late response. I would be happy to merge this in.

can you please sign the CLA? https://github.com/elasticsearch/logstash/blob/master/CONTRIBUTING.md#contribution-steps

oruen commented 9 years ago

I believe I can't use logstash-codec-avro with logstash-kafka-output because it's missing event object in on_event callbacks. Should send PR (equal to this one), sign the CLA and the it will get merged? /cc @talevy

oruen commented 9 years ago

Anyway I've made https://github.com/logstash-plugins/logstash-codec-avro/pull/4

talevy commented 9 years ago

Closing in favor of #4.