class Fluent::Plugin::RoundRobinOutput

def process(tag, es)

def process(tag, es)
  next_output.emit_events(tag, es)
end