Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FLINK-36177] Deprecate KafkaShuffle and more #121

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

AHeise
Copy link
Contributor

@AHeise AHeise commented Sep 26, 2024

This commit deprecates all classes that are slated for removal in the kafka-4.0 release compatible with Flink 2.0. I also deprecated internal classes to make later removal easier. Some public classes will cease to be public API but are still internally used.

Also introduce KafkaPartitioner to replace FlinkKafkaPartitioner. Relocate FlinkKafkaPartitioner to KafkaSink package and turn it into a functional interface.

This commit deprecates all classes that are slated for removal in the kafka-4.0 release compatible with Flink 2.0.

I also deprecated internal classes to make later removal easier. Some public classes will cease to be public API but are still internally used.
…oner

Relocate FlinkKafkaPartitioner to KafkaSink package and turn it into a functional interface.
@AHeise AHeise force-pushed the FLINK-36177-deprecate-kafkashuffle branch from 8894547 to ced8771 Compare September 26, 2024 13:07
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