fluent / fluent-plugin-flume

Flume input and output plugin for Fluentd
23 stars 13 forks source link

New fluentd plugin to output to flume #6

Closed wd closed 8 years ago

wd commented 9 years ago

I've made some research, and write a plugin(some code from out_netcat) to output message to flume, the codes are here https://github.com/wd/fluent-plugin-flume-thrift.

In recent flume releases, they changed there thrift protocol to https://github.com/wd/fluent-plugin-flume-thrift/blob/master/thrift/flume.thrift, I've tried to fork this repo to fix it to fit flume org.apache.flume.source.thriftLegacy.ThriftLegacySource but faild, there still some weird problem.

Maybe the new plugin will help someone out.

wd commented 9 years ago

And welcome to fork and make it better, I'm newbie to ruby.

repeatedly commented 9 years ago

Ah, good :+1:

I've tried to fork this repo to fix it to fit flume org.apache.flume.source.thriftLegacy.ThriftLegacySource but faild, there still some weird problem.

Yeah. We want to resolve this problem but we need Flume expert...

repeatedly commented 8 years ago

v0.1.2 also includes update output plugin with latest thrift protocol.

repeatedly commented 8 years ago

Thanks contributors!