Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure that the batch processor is always last in the pipeline #66

Merged
merged 2 commits into from
Mar 5, 2024

Conversation

matej-g
Copy link

@matej-g matej-g commented Mar 5, 2024

Part of https://coralogix.atlassian.net/browse/ES-53

Due to the best practice and in order to avoid potential interference in batching from other processors, this change ensures batch processor is always the last one in the pipeline. This means that regardless of users input, presets and other config manipulation, we won't have to worry about wrong order of the batch processor.

Signed-off-by: Matej Gera <matejgera@gmail.com>
Signed-off-by: Matej Gera <matejgera@gmail.com>
@matej-g matej-g merged commit acef053 into coralogix:main Mar 5, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants