hazelcast-python-client
hazelcast-python-client copied to clipboard
[TRACKING ISSUE] Don't allow overriding default serializers with Compact
trafficstars
The tracking issue for the Java side PR.
See https://github.com/hazelcast/hazelcast/pull/22219 for details.
Overriding default serializers with Compact might allow easier use for some of the field types, but it can lead to quite subtle problems to debug, when used incorrectly.
Therefore, we have decided to not allow it for 5.2, and this PR removes the integration of the Compact serialization with the allowOverrideDefaultSerializers configuration option.