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

Removal of op compression without op grouping in v2.20 #23618

Closed
MarioJGMsoft opened this issue Jan 21, 2025 · 0 comments · Fixed by #23608
Closed

Removal of op compression without op grouping in v2.20 #23618

MarioJGMsoft opened this issue Jan 21, 2025 · 0 comments · Fixed by #23608
Labels
breaking change This PR or issue would introduce a breaking change

Comments

@MarioJGMsoft
Copy link
Contributor

Broken API or pattern

'IContainerRuntimeOptions.enableGroupedBatching' with false and IContainerRuntimeOptions.compressionOptions enabled

IContainerRuntimeOptions.enableGroupedBatching was deprecated in 2.12 (see release notes).
While this option is not yet removed (and still defaults to true), disabling it (by setting to false) is not supported
if compression is enabled (by passing a finite value for IContainerRuntimeOptions.compressionOptions.minimumBatchSizeInBytes).

Packages

@fluidframework/container-runtime

Expected Timeline

We expect the ability to disable grouped batching to be fully removed by the 2.30 version.

@MarioJGMsoft MarioJGMsoft added the breaking change This PR or issue would introduce a breaking change label Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change This PR or issue would introduce a breaking change
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant