-
Notifications
You must be signed in to change notification settings - Fork 11
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
fix(StreamEngine): graceful shutdown must wait for all events to be p… #171
Conversation
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #171 +/- ##
==========================================
- Coverage 95.75% 95.53% -0.22%
==========================================
Files 23 23
Lines 849 852 +3
==========================================
+ Hits 813 814 +1
- Misses 36 38 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
This PR is addressing the first part of the issue #162 . With this new code, when a
If the end user has a really slow Auto commit vs Manual commit: Manual commit: With this new code it does not matter where the user Auto commit: We have 2 scenarios:
|
Maybe add in a FAQ that messages are not lost.
|
Good idea. We should add the new FAQ page |
…rocessed before Streams are stopped. Related to #162
3af6cdd
to
e013ae5
Compare
…rocessed before Streams are stopped. Related to #162