hazelcast-python-client icon indicating copy to clipboard operation
hazelcast-python-client copied to clipboard

[TRACKING ISSUE] Don't allow overriding default serializers with Compact

Open hz-devops-test opened this issue 3 years ago • 0 comments
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.

hz-devops-test avatar Sep 22 '22 09:09 hz-devops-test