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

Zurück zum Archiv-Index

Kentaro Hayashi null+****@clear*****
Wed Apr 12 18:13:13 JST 2017


Kentaro Hayashi	2017-04-12 18:13:13 +0900 (Wed, 12 Apr 2017)

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

  Merged 780ee73: Merge pull request #16 from groonga/use-v0.14-api-out-groonga

  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-12 18:11:26 +0900 (39fc0b7)
+++ lib/fluent/plugin/out_groonga.rb    2017-04-12 18:13:13 +0900 (a9ab3bf)
@@ -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����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index