feat(metadata): Introduce ClassicTopicRemoteStorageForcePolicy#514
Merged
giuseppelillo merged 2 commits intomainfrom Feb 18, 2026
Merged
feat(metadata): Introduce ClassicTopicRemoteStorageForcePolicy#514giuseppelillo merged 2 commits intomainfrom
giuseppelillo merged 2 commits intomainfrom
Conversation
7bc7c89 to
9e65d0f
Compare
Base automatically changed from
giuseppelillo/diskless-remote-storage-mutex
to
main
February 18, 2026 10:43
24a2594 to
a80db01
Compare
4147d6d to
e19d7ca
Compare
e19d7ca to
a0c9639
Compare
When classic.remote.storage.force.enable is set to true, force classic topics to be created with remote.storage.enable=true, unless excluded by topic-level exceptions such as diskless topics, compacted topics, internal topics, or explicit exclusion regex rules.
a0c9639 to
a11d420
Compare
jjaakola-aiven
approved these changes
Feb 18, 2026
giuseppelillo
added a commit
that referenced
this pull request
Feb 18, 2026
* feat(metadata): Introduce ClassicTopicRemoteStorageForcePolicy When classic.remote.storage.force.enable is set to true, force classic topics to be created with remote.storage.enable=true, unless excluded by topic-level exceptions such as diskless topics, compacted topics, internal topics, or explicit exclusion regex rules. * Add additional internal topics for exclusion
giuseppelillo
added a commit
that referenced
this pull request
Feb 18, 2026
* feat(metadata): Introduce ClassicTopicRemoteStorageForcePolicy When classic.remote.storage.force.enable is set to true, force classic topics to be created with remote.storage.enable=true, unless excluded by topic-level exceptions such as diskless topics, compacted topics, internal topics, or explicit exclusion regex rules. * Add additional internal topics for exclusion
giuseppelillo
added a commit
that referenced
this pull request
Feb 18, 2026
* feat(metadata): Introduce ClassicTopicRemoteStorageForcePolicy When classic.remote.storage.force.enable is set to true, force classic topics to be created with remote.storage.enable=true, unless excluded by topic-level exceptions such as diskless topics, compacted topics, internal topics, or explicit exclusion regex rules. * Add additional internal topics for exclusion
giuseppelillo
added a commit
that referenced
this pull request
Feb 18, 2026
* feat(metadata): Introduce ClassicTopicRemoteStorageForcePolicy When classic.remote.storage.force.enable is set to true, force classic topics to be created with remote.storage.enable=true, unless excluded by topic-level exceptions such as diskless topics, compacted topics, internal topics, or explicit exclusion regex rules. * Add additional internal topics for exclusion
giuseppelillo
added a commit
that referenced
this pull request
Feb 18, 2026
* feat(metadata): Introduce ClassicTopicRemoteStorageForcePolicy When classic.remote.storage.force.enable is set to true, force classic topics to be created with remote.storage.enable=true, unless excluded by topic-level exceptions such as diskless topics, compacted topics, internal topics, or explicit exclusion regex rules. * Add additional internal topics for exclusion
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
When
classic.remote.storage.force.enableis set to true, force classic topics to be created with remote.storage.enable=true, unless excluded by topic-level exceptions such as diskless topics, compacted topics, internal topics, or explicit exclusion regex rules.