hazelcast/hazelcast-python-client

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

hz-devops-test opened this issue · 0 comments

The tracking issue for the Java side PR.

See hazelcast/hazelcast#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.