Skip to content

Conversation

@neoneo008
Copy link

Below changes are required for support flink version 2.1.0

Mongo Source:
API change for SingleThreadFetcherManager constructor to remove FutureCompletingBlockingQueue. This is now created internally by SingeThreadFetcherManager using Configuration for queue capacity.

Mongo Sink:
Migrate from InitContext to WriterInitContext (API change in flink 2.x)

Both of the above changes are driven from API changes well documented on flink release notes.

@boring-cyborg
Copy link

boring-cyborg bot commented Oct 31, 2025

Thanks for opening this pull request! Please check out our contributing guidelines. (https://flink.apache.org/contributing/how-to-contribute.html)

…ess:apply & change to only support jdk 17 & 18 only
Comment on lines +32 to +33
flink: [ 2.1-SNAPSHOT ]
jdk: [ '17, 21' ]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution, @neoneo008 .
This looks good overall, but I think we should preserve JDK 11 support for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants