treasure-data/omnibus-td-agent

change ruby version?

Closed this issue · 1 comments

Is it possible to change the ruby version td-agent is using?

https://github.com/joker1007/fluent-plugin-arrow but i cannot use it because of the ruby version the agent is using.
joker1007/fluent-plugin-arrow#2

basically the plugin relies on https://github.com/apache/arrow/tree/master/ruby/red-arrow which relies on the use of alias_method which was made public in ruby 2.5
is it possible to upgrade the td-agent ruby version?
it seems to be defined

override :ruby, :version => '2.4.6'

i guess #209 would fix my problem but i was wondering if there was a way for me to get unblocked and use the arrow plugin.

Thanks

td-agent 4 has been released.