Navigation Menu

Skip to content

Commit

Permalink
out: define method to use chunk#msgpack_each for v0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Apr 11, 2017
1 parent b35d36f commit ddf4921
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/fluent/plugin/out_groonga.rb
Expand Up @@ -112,6 +112,10 @@ def format(tag, time, record)
[tag, time, record].to_msgpack
end

def formatted_to_msgpack_binary
true
end

def write(chunk)
@emitter.emit(chunk)
end
Expand Down

0 comments on commit ddf4921

Please sign in to comment.