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-36770][Connectors/AWS] make AWS sink writers use ResultHandler, move flink version to 1.20 #186

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

vahmed-hamdy
Copy link
Contributor

@vahmed-hamdy vahmed-hamdy commented Dec 20, 2024

Purpose of the change

  • Move submitRequestEntries implementation for AWS sinks to use ResultHandler
  • Bump flink version to 1.20
  • Adapt pipelines to Flink version change

Verifying this change

Please make sure both new and modified tests in this PR follows the conventions defined in our code quality guide: https://flink.apache.org/contributing/code-style-and-quality-common.html#testing

This change is already covered by existing sink unit tests

Significant changes

(Please check any boxes [x] if the answer is "yes". You can first publish the PR and check them afterwards, for convenience.)

  • Dependencies have been added or upgraded
  • Public API has been changed (Public API is any class annotated with @Public(Evolving))
  • Serializers have been changed
  • New feature has been introduced
    • If yes, how is this documented? (not applicable / docs / JavaDocs / not documented)

@vahmed-hamdy vahmed-hamdy changed the title [FLINK-36770-] make AWS sink writers use ResultHandler, move flink version to 1.20 [FLINK-36770] make AWS sink writers use ResultHandler, move flink version to 1.20 Dec 20, 2024
@vahmed-hamdy vahmed-hamdy force-pushed the FLINK-36770-req-timeout branch from 1ccf0cd to 88f6b36 Compare December 20, 2024 13:43
@vahmed-hamdy
Copy link
Contributor Author

@hlteoh37 could you have a look please?

Copy link

@lvyanquan lvyanquan left a comment

Choose a reason for hiding this comment

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

LGTM.

@vahmed-hamdy vahmed-hamdy changed the title [FLINK-36770] make AWS sink writers use ResultHandler, move flink version to 1.20 [FLINK-36770][Connectors/AWS] make AWS sink writers use ResultHandler, move flink version to 1.20 Dec 27, 2024
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