alpinegizmo commented on a change in pull request #7124: [FLINK-9574] [doc]
Rework documentation for custom state serializers and state evolution
URL: https://github.com/apache/flink/pull/7124#discussion_r235402519
##########
File path: docs/dev/stream/state/custom_serialization.md
##########
@@ -23,15 +23,18 @@ specific language governing permissions and limitations
under the License.
-->
-If your application uses Flink's managed state, it might be necessary to
implement custom serialization logic for special use cases.
+* ToC
+{:toc}
This page is targeted as a guideline for users who require the use of custom
serialization for their state, covering how
-to provide a custom serializer and how to handle upgrades to the serializer
for compatibility. If you're simply using
-Flink's own serializers, this page is irrelevant and can be skipped.
+to provide a custom state serializer and guidelines and best practices to
implementing serializers that allows
Review comment:
```suggestion
how to provide a custom state serializer as well as guidelines and best
practices for implementing serializers that allow
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services