hazelcast / hz-docs

Source content for the Hazelcast Platform documentation
10 stars 92 forks source link

Docs: Feedback for Compact Serialization 'in production' #1069

Open jszap opened 3 months ago

jszap commented 3 months ago

Hi, I have some feedback about this page The NOTE at:

https://docs.hazelcast.com/hazelcast/5.3/serialization/compact-serialization#using-compact-serialization-with-zero-configuration

"Using zero-config Compact serialization is not recommended for performance-critical applications, as the feature relies heavily on reflection to read and write data. It is recommended to use explicit Compact serializers in production for performance considerations."

Is misleading users to assume zero config should NOT be used in production. It should instead read as follows:

"Using zero-config Compact serialization is not recommended for performance-critical applications, as the feature relies heavily on reflection to read and write data. It is recommended to use explicit Compact serializers for performance considerations."