[Groonga-commit] groonga/fluent-plugin-groonga at 7f6822a [master] out: fix superclass from Fluent::BufferedOutput to Fluent::Plugin::Output

Back to archive index

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


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

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

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

  Message:
    out: fix superclass from Fluent::BufferedOutput to Fluent::Plugin::Output
    
    ref. http://docs.fluentd.org/v0.14/articles/plugin-update-from-v12#buffered-output-plugins

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

  Modified: lib/fluent/plugin/out_groonga.rb (+1 -1)
===================================================================
--- lib/fluent/plugin/out_groonga.rb    2017-04-12 18:06:33 +0900 (9a77f82)
+++ lib/fluent/plugin/out_groonga.rb    2017-04-12 18:07:01 +0900 (256016b)
@@ -25,7 +25,7 @@ require "fluent/plugin/output"
 
 module Fluent
   module Plugin
-  class GroongaOutput < BufferedOutput
+  class GroongaOutput < Output
     Plugin.register_output("groonga", self)
 
     def initialize
-------------- next part --------------
HTML����������������������������...
Download 



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