bowenli86 commented on PR #278: URL: https://github.com/apache/flink-connector-kafka/pull/278#issuecomment-4794306983
this feature addition depends on Flinkās split-reassignment-on-recovery API, `SupportsSplitReassignmentOnRecovery`, which is available starting in Flink 2.2.1. Kafka connector repo currently compiles and tests against both Flink 2.1.2 and 2.2.1, the latter won't compile any more with this feature PR. My recommendation is to raise the main branch baseline to Flink 2.2.1 and remove the 2.1.2 CI lane (included in this pr). 2.1.2 coverage still live on older kafka connector release branches. any concerns? @AHeise @Efrat19 -- 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]
