lib/fluent/plugin/out_rdkafka.rb in fluent-plugin-kafka-0.16.3 vs lib/fluent/plugin/out_rdkafka.rb in fluent-plugin-kafka-0.17.0

- old
+ new

@@ -46,10 +46,10 @@ :desc => <<-DESC Set true to remove partition from data DESC config_param :exclude_message_key, :bool, :default => false, :desc => <<-DESC -Set true to remove partition key from data +Set true to remove message key from data DESC config_param :exclude_topic_key, :bool, :default => false, :desc => <<-DESC Set true to remove topic name key from data DESC