X-czh commented on code in PR #24129: URL: https://github.com/apache/flink/pull/24129#discussion_r1464784119
########## docs/layouts/shortcodes/generated/pipeline_configuration.html: ########## @@ -56,6 +56,12 @@ <td>Boolean</td> <td>If enabled, forces TypeExtractor to use Kryo serializer for POJOS even though we could analyze as POJO. In some cases this might be preferable. For example, when using interfaces with subclasses that cannot be analyzed as POJO.</td> </tr> + <tr> + <td><h5>pipeline.force-kryo-avro</h5></td> + <td style="word-wrap: break-word;">(none)</td> + <td>Boolean</td> + <td>Force register avro classes in kryo serializer. <br /><br />Important: Make sure to include the flink-avro module. Otherwise, nothing will be registered. For backward compatibility, the default value is empty to conform to the behavior of the older version. That is, always register avro with kryo, and if flink-avro is not in the class path, register a dummy Serializer. In flink-2.0, we will set the default value to true</td> Review Comment: ```suggestion <td>Forces Flink to register avro classes in kryo serializer. <br /><br />Important: Make sure to include the flink-avro module. Otherwise, nothing will be registered. For backward compatibility, the default value is empty to conform to the behavior of the older version. That is, always register avro with kryo, and if flink-avro is not in the class path, register a dummy serializer. In Flink 2.0, we will set the default value to true.</td> ``` -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org