awslabs / aws-fluent-plugin-kinesis

Amazon Kinesis output plugin for Fluentd
Apache License 2.0
293 stars 96 forks source link

Use msgpack each more naive impl #160

Closed cosmo0920 closed 4 years ago

cosmo0920 commented 6 years ago

Issue #, if available:

This PR follows up #156 to remove tricky msgpack unpacking code.

Description of changes:

Fluentd v0.14 series requests to define formatted_to_msgpack_binary? method which returns true when using msgpack chunk format.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.