-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
in_emitter: Fix to prevent single record chunks and do pause on mem_b…
…uf_limit The current code creates a situation, where only one record per chunk is created. In case of a non-existing ring-buffer, the old mechanism is used. Also the in_emitter plugin continued to accept records even after the set emitter_mem_buf_limit was reached. This commit implements a check if the plugin was paused and returns accordingly. Signed-off-by: Richard Treu <[email protected]>
- Loading branch information
1 parent
9652b0d
commit feb4243
Showing
1 changed file
with
62 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters