Closed warmfusion closed 7 years ago
When asked in the #fluent slack channel, it appears;
v0.14 is still development version and we don't say v0.14 is recommended for producntion deploy for now. For safety, using v0.12 API is better. v0.14 has compatibility layer so it works with v0.12 and v0.14.
As such - The answer is ✅ Yes - We should try and support 0.12 for the time being
FluentD is supporting both 0.14 and 0.12 as ongoing concerns - td-agent is being built against Fluent 0.12 and as such, I wonder if this plugin should try and support both versions concurrently in some manner?
Not sure how - maybe master for $latest and a branch for 0.12 compatibility, or maybe the plugin itself should be polymorphic and cope with both versions on master itself...?