本文档是 Apache Flink 的旧版本。建议访问 最新的稳定版本

API 迁移指南

See the older migration guide for information about migrating from older versions than Flink 1.3.

API changes for serializer snapshots

This would be relevant mostly for users implementing custom TypeSerializers for their state.

The old TypeSerializerConfigSnapshot abstraction is now deprecated, and will be fully removed in the future in favor of the new TypeSerializerSnapshot. For details and guides on how to migrate, please see Migrating from deprecated serializer snapshot APIs before Flink 1.7.

Back to top