[Groonga-commit] groonga/fluent-plugin-groonga at defa02b [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: defa02b28bee33a20f199a3d7ea1886ca41d75d9
  https://github.com/groonga/fluent-plugin-groonga/commit/defa02b28bee33a20f199a3d7ea1886ca41d75d9

  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:20:56 +0900 (4f59374)
+++ lib/fluent/plugin/out_groonga.rb    2017-04-11 18:22:23 +0900 (9728305)
@@ -111,6 +111,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����������������������������...
下載 



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