Details
-
Technical Debt
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
None
Description
The Flink Kafka connector doesn't have a direct dependency in the POM on flink-shaded, but it still uses the shaded versions of Jackson and SnakeYAML in YamlFileMetaDataService.java and KafkaRecordDeserializationSchemaTest
Those cause problems when trying to compile the Flink Kafka connector for Flink 1.19, since these dependencies have been updated in there. Since connectors shouldn't rely on Flink-Shaded, we should refactor these implementations
Attachments
Issue Links
- links to