lib/fluent/plugin/out_azureeventhubs_buffered.rb in sk-fluent-plugin-azureeventhubs-0.0.6 vs lib/fluent/plugin/out_azureeventhubs_buffered.rb in sk-fluent-plugin-azureeventhubs-0.0.7

- old
+ new

@@ -1,7 +1,7 @@ module Fluent::Plugin - class AzureEventHubsOutputBuffered < Output + class AzureEventHubsOutputBuffered < Fluent::BufferedOutput Fluent::Plugin.register_output('azureeventhubs_buffered', self) helpers :compat_parameters, :inject DEFAULT_BUFFER_TYPE = "memory"