giraffi / fluent-plugin-amqp

Use AMQP broker to send or receive messages via FluentD
MIT License
15 stars 31 forks source link

Should we maintain a version for Fluent 0.12 - Yes #38

Closed warmfusion closed 7 years ago

warmfusion commented 7 years ago

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...?

warmfusion commented 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