pravega / flink-connectors

Apache Flink connectors for Pravega.
Apache License 2.0
96 stars 67 forks source link

Use JacksonMapperFactory for json serialization #706

Open crazyzhou opened 1 year ago

crazyzhou commented 1 year ago

Problem description There are some jackson usages in the code base, it is good to use the JacksonMapperFactory provided from the flink-core, this only affects the Flink 1.16 connector

Problem location JsonSerializer, catalog

Suggestions for an improvement https://github.com/apache/flink/commit/328007f0b9a3e4da31b20e75b94d9c339b168af0