From 7b166f08f1f1c5d7aa8f49709843bc0b332ee33e Mon Sep 17 00:00:00 2001 From: Yuta Iwama Date: Fri, 25 Oct 2019 15:51:11 +0900 Subject: [PATCH] Revive MsgpackPack for compat Signed-off-by: Yuta Iwama --- lib/fluent/engine.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/fluent/engine.rb b/lib/fluent/engine.rb index aa18ac7d57..d5551221ae 100644 --- a/lib/fluent/engine.rb +++ b/lib/fluent/engine.rb @@ -25,6 +25,9 @@ module Fluent class EngineClass + # For compat. remove it in fluentd v2 + include Fluent::MessagePackFactory::Mixin + def initialize @root_agent = nil @default_loop = nil