amazon-kinesis-client-go/batchconsumer
Taylor Sutton f8e9c34641 Refactor zlib decompression into the splitter package
Being in the batchconsumer package means it will work for anything
using KCL, but lambdas that subscribe to these log streams do not use
batchconsumer at all; instead they invoke the splitter package
directly. As such, if we want this functionality to be available to
lambda log consumers, it can't be in batchconsumer.

There are no functionality changes here, just moving code from an
unexported method in one place to an exported function in another
place. The tests also get moved along with it.
2020-11-12 11:37:13 -05:00
..
stats clear count stats after logging them 2020-09-11 14:04:42 -07:00
batcher.go Renamed IsEmpty to IsNil on SequencePair 2017-08-10 20:16:41 +00:00
batchermanager.go Added error message for failed log written to file 2018-12-11 16:32:33 -08:00
checkpointmanager.go remove logger as parameter 2017-11-03 17:48:50 +00:00
consumer.go remove logger as parameter 2017-11-03 17:48:50 +00:00
sender.go Added Initialize method to sender 2018-08-09 16:43:30 -07:00
writer.go Refactor zlib decompression into the splitter package 2020-11-12 11:37:13 -05:00
writer_test.go Refactor zlib decompression into the splitter package 2020-11-12 11:37:13 -05:00