17 18 19 20
# File 'lib/fluent/plugin/in_grpc.rb', line 17 def forward(event, _unused_call) $stdout.puts event.name Event::Ack.new(type: "received") end