Fix of bug in resilient sink #430
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request Description: Fix of bug in resilient sink
This pull request addresses a critical bug in the resilient sink functionality of our library. The motivation behind this change stems from reports of inconsistent behavior under certain conditions, which could lead to logging failures or data loss. By resolving this issue, we enhance the robustness and reliability of our logging capabilities.
Key Changes:
CHANGELOG.md
to reflect this fix, ensuring transparency for users regarding the changes.Why This Improves the Project
In summary, this pull request not only fixes a critical bug but also strengthens the overall quality and usability of the library, contributing to a more reliable development experience.