fluent / fluent/fluent-plugin-splunk
Improvement request: use_ack chunk acknowledgement, http_keepalive
Open
enhancement
- Dominant language
- Ruby
- Stars
- 45
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
Hi there
Thank you for this plugin!
In the current implementation of use_ack is only usable for small amounts of events. use_ack blocks the process by it's check_interval and per event POST request.
This should be implemented as per chunk POST of data and also per chunk request of acknowledgement (one POST with list of events instead of one POST per event).
Finally http_keepalive should be implemented as well.
use_ack with 10000 events is not usable.
Thank you and kind regards
Sascha
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.