file.d icon indicating copy to clipboard operation
file.d copied to clipboard

Feature: graceful shutdown all pipelines

Open DmitryRomanov opened this issue 10 months ago • 0 comments

In the event of an error occurring in one of the pipelines (for example, an error during a retry in output plugins), it is important to implement a graceful shutdown of all pipelines.

This approach ensures that all offsets are committed to prevent data doubles.

DmitryRomanov avatar Feb 10 '25 10:02 DmitryRomanov