Closed jamesongithub closed 5 years ago
@jamesongithub could you try installing the gem without any ruby documentation. It was much faster for me.
td-agent-gem install fluent-plugin-kinesis --no-document
@darknighthunder hm seems to be the same for me
time /usr/sbin/td-agent-gem install fluent-plugin-kinesis --no-document --backtrace
Successfully installed fluent-plugin-kinesis-2.1.1
1 gem installed
196.05user 28.39system 8:23.90elapsed 44%CPU (0avgtext+0avgdata 353176maxresident)k
240inputs+248outputs (1major+120560minor)pagefaults 0swaps
Should be faster with the 3.0 alpha version since it no longer requires the entire aws sdk just the parts it needs.
great! is the 3.0 version backward compatible?
Configuration is comparible, but plugin dependency is not compatible. Which version of fluentd or td-agent are you using?
v1.0 (td-agent3)
whatever version install-ubuntu-trusty-td-agent3.sh
installs seems to change w/ releases
Plugin v3.0 supports fluentd v0.14+, so you can try 3.0.0.alpha.2.0 if you have test environment. Please give us feedback if you have any trouble on that. Thanks!
The Alpha plugin release works well with very speedy install. Any timeline for it being a non alpha release? Will the config likely change?
@simukappu I have tested with latest alpha release and it was very fast with installation, is there a plan to make the gem as official release, would be interested to test that.
Today, we've released v3.0.0 in rubygems. https://rubygems.org/gems/fluent-plugin-kinesis/versions/3.0.0
this plugin installs every single ruby aws sdk dependency it looks like, can we parse down the dependencies? seems unnecessary.
/usr/sbin/td-agent-gem install fluent-plugin-kinesis