fluent-plugins-nursery / fluent-plugin-systemd

This is a fluentd input plugin. It reads logs from the systemd journal.
Apache License 2.0
153 stars 43 forks source link

Pause pushing events when there is backpresure from bufffer #38

Closed errm closed 7 years ago

errm commented 7 years ago

Fixes #37

This is quite a naive implimentation, but I think it should work fine most of the time.

We might want some sort of exponential backoff... but unless there is a proven usecase for that, lets try with the simple implimentation first.

errm commented 7 years ago

Hi @richm does this cover what you were thinking about in #37 ?

richm commented 7 years ago

Thanks!