-
Notifications
You must be signed in to change notification settings - Fork 537
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
Remove batchmanager and default FlushMode related feature gates #7365
Milestone
Comments
andre4i
added a commit
that referenced
this issue
Oct 14, 2021
…in the buffer (#7645) While doing some testing in the Bohemia repo to enable removing the batch manager and setting the default flush mode in the runtime to TurnBased (see #7365) I ran into a situation in which the DeltaManager gets disconnected with messages in its buffer. This leads to an error being thrown which ends with the container closing. However, if the container just reconnects, the pending messages are being re-sent.
The config management feature will be merged soon (#8497). It then needs to be wired in Bohemia first, then we can properly enable this and roll it out. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following 2 PRs:
FlushMode
and allow for changing the default FlushMode in ContainerRuntime via feature gate #7071 (related Correctness: 'FlushMode.Manual' should be the default #4048)are shipping 2 related features behind a feature gate.
We need to ensure that enabling the feature gate does not break existing clients, provide guidance about how to use the APIs to go around any issues and to ultimately remove the feature-gate and the old code. This issue tracks that work.
Acceptance criteria:
The text was updated successfully, but these errors were encountered: