uken / fluent-plugin-elasticsearch

Apache License 2.0
890 stars 310 forks source link

Remove nested msgpack_each in handle_error #970

Closed frankcrc closed 2 years ago

frankcrc commented 2 years ago

1.Add an array to store unpacked message, and use it in handle_error to get rid of nested msgpack_each. 2.Add testcase.

fix https://github.com/uken/fluent-plugin-elasticsearch/issues/965 .

(check all that apply)