Changes:
- Drop Windows Support
Enhancenments:
- Create lib/fluent/plugin/fifo.rb as own fifo library because
ruby-fifo
gem looks like not maintained (thanks to m-mizutani)- Use
IO.sysread instead
ofFile.read
to avoid read blocking - Add error handling for EOF
- Use
Fixes:
- ruby-fifo 0.1.0 seems to be broken, let me fix to 0.0.1 for now
Changes
- Use new formatter and parser plugin API >= fluentd v0.10.58 (thanks to cosmo0920)
First version