davidradl commented on code in PR #26883:
URL: https://github.com/apache/flink/pull/26883#discussion_r2821075449
##########
docs/content/docs/dev/datastream/fault-tolerance/serialization/types_serialization.md:
##########
@@ -430,6 +430,15 @@ or via user-defined custom serializers. To do that, set:
pipeline.generic-types: false
```
+{{< hint warning >}}
+Note that Kryo will deserialize any class on the classpath
+ * when `pipeline.generic-types: true`
Review Comment:
When I read this, I thought it was either of the bullet points. Maybe amend
"Note that Kryo will deserialize any class on the classpath" to "Note that Kryo
will deserialize any class on the classpath when both the following are true",
to avoid ambiguity.
--
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]