start

in lib/fluent/plugin/out_kinesis.rb [104:113]


    def start
      detach_multi_process do
        super
        load_client
        if @ensure_stream_connection
          check_connection_to_stream
        end
      end
    end