lib/fluent/plugin/out_map.rb in fluent-plugin-map-0.2.0 vs lib/fluent/plugin/out_map.rb in fluent-plugin-map-0.2.1

- old
+ new

@@ -29,9 +29,13 @@ include Fluent::ParseMap::Mixin config_param :key, :string, :default => nil #deprecated config_param :tag, :string, :default => nil + def multi_workers_ready? + true + end + def configure(conf) log.warn "out_map is now deprecated. It will be removed in a future release. Please consider to use filter_map." super @format = determine_format() configure_format()