ZhijieYang commented on a change in pull request #16355:
URL: https://github.com/apache/flink/pull/16355#discussion_r667647844



##########
File path: 
docs/content.zh/docs/dev/datastream/fault-tolerance/serialization/types_serialization.md
##########
@@ -259,7 +259,7 @@ The most frequent issues where users need to interact with 
Flink's data type han
   by itself. Not all types are seamlessly handled by Kryo (and thus by Flink). 
For example, many Google Guava collection types do not work well
   by default. The solution is to register additional serializers for the types 
that cause problems.
   Call `.getConfig().addDefaultKryoSerializer(clazz, serializer)` on the 
`StreamExecutionEnvironment`.
-  Additional Kryo serializers are available in many libraries. See [Custom 
Serializers]({{< ref 
"docs/dev/datastream/fault-tolerance/serialization/custom_serializers" >}}) for 
more details on working with custom serializers.
+  Additional Kryo serializers are available in many libraries. See [3rd party 
serializer]({{< ref 
"docs/dev/datastream/fault-tolerance/serialization/third_party_serializers" 
>}}) for more details on working with external serializers.

Review comment:
       As you wish, I will both change it to `custom serializers` in the 
English and Chinese Version




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to