fluent-plugin-dd
fluent-plugin-dd copied to clipboard
Rewrite as asynchronous buffered output plugin
In previous version, we can post data to DataDog API asynchronously, but we cannot retry posting data to DataDog API. In this version, we can post data to DataDog API asynchronously, and we can retry posting data to DataDog API.
See https://docs.fluentd.org/plugin-development/api-plugin-output
@winebarrel Could you review this PR?
@winebarrel Any progress?