Add ZCCS config properties [DOC-768]#2265
Open
mscwilson wants to merge 1 commit into
Open
Conversation
Contributor
|
Preview deployment: https://6a62320a84d8fe880527c8eb--hazelcast-docs-uat.netlify.app |
Contributor
|
this branch targets main (5.8) but lacks backport to 5.7. what was the intention? |
k-jamroz
reviewed
Jul 24, 2026
| |`hazelcast.serialization.compact.blocklist.defaults` | ||
| |true | ||
| |bool | ||
| |Controls whether the default blocklist of known-problematic classes is applied for ZCCS. |
Contributor
There was a problem hiding this comment.
unfortunately this property is defaults not defaultsDisabled (like elsewhere) which is different that in config and possible source of mistakes. IMO worth highlighting this fact
k-jamroz
reviewed
Jul 24, 2026
| |`hazelcast.serialization.compact.allowlist.classes` | ||
| | | ||
| |string | ||
| |Comma-separated list of fully qualified class names to allow for xref:serialization:compact-serialization.adoc[zero-config Compact serialization] (ZCCS). If set, only classes on this list (and not on the blocklist) are eligible for ZCCS. Default is empty. |
Contributor
There was a problem hiding this comment.
these properties are available in 5.7 onwards (TBD if we remove them in 6.0) only to allow easier upgrade from <5.7 versions with hardened config.
from 5.7 onwards zero-config-filter XML/YAML config should be recommended
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.
https://hazelcast.atlassian.net/browse/DOC-768
Lists the zero-config Compact serialisation filter properties.
For v5.7,
CompactSerializationConfig.zeroConfigFilteris preferred - documented in #2264.