Commit Graph

1 Commits

Author SHA1 Message Date
Tigran Najaryan 21a70d61d6
Add a memory limiter processor (#498)
This adds a processor that drops data according to configured memory limits.
The processor is important for high load situations when receiving rate exceeds exporting
rate (and an extreme case of this is when the target of exporting is unavailable).

Typical production run will need to have this processor included in every pipeline
immediately after the batch processor.
2020-01-14 13:20:07 -05:00