You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current Fluent::Plugin::Output has following statement in configure method.
@secondary.router = router if @secondary.has_router?
In current version, If secondary output uses compat layer (compat layer always include :event_emitter) or secondary output uses :event_emitter helper, primary output always needs :event_emitter.
In short, If user wants to use secondary output, almost output plugin needs :event_emitter at present.
The text was updated successfully, but these errors were encountered:
joker1007
changed the title
Current Output plugin base class have a probrem that it needs router method if secondary uses router.
Current Output plugin base class has a probrem that it needs router method if secondary uses router.
Oct 10, 2016
Current
Fluent::Plugin::Output
has following statement inconfigure
method.In current version, If secondary output uses compat layer (compat layer always include
:event_emitter
) or secondary output uses:event_emitter
helper, primary output always needs:event_emitter
.In short, If user wants to use secondary output, almost output plugin needs
:event_emitter
at present.The text was updated successfully, but these errors were encountered: