[Groonga-commit] groonga/fluent-plugin-groonga at ddf4921 [use-v0.14-api] out: define method to use chunk#msgpack_each for v0.14

Back to archive index

Kentaro Hayashi null+****@clear*****
Tue Apr 11 18:22:23 JST 2017


Kentaro Hayashi	2017-04-11 18:22:23 +0900 (Tue, 11 Apr 2017)

  New Revision: ddf492136ab2edd67b5d80a98063c2dc7bf4635c
  https://github.com/groonga/fluent-plugin-groonga/commit/ddf492136ab2edd67b5d80a98063c2dc7bf4635c

  Message:
    out: define method to use chunk#msgpack_each for v0.14

  Modified files:
    lib/fluent/plugin/out_groonga.rb

  Modified: lib/fluent/plugin/out_groonga.rb (+4 -0)
===================================================================
--- lib/fluent/plugin/out_groonga.rb    2017-04-11 18:21:59 +0900 (1e728fc)
+++ lib/fluent/plugin/out_groonga.rb    2017-04-11 18:22:23 +0900 (4c5c76c)
@@ -112,6 +112,10 @@ module Fluent
         [tag, time, record].to_msgpack
       end
 
+      def formatted_to_msgpack_binary
+        true
+      end
+
       def write(chunk)
         @emitter.emit(chunk)
       end
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index