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

Drop deprecated AWS SnsIO.writeAsync #26711

Merged
merged 2 commits into from
May 16, 2023

Conversation

mosche
Copy link
Member

@mosche mosche commented May 16, 2023

In Beam 2.37.0 (BEAM-13203) SnsIO.writeAsync was deprecated, the implementation is wrong and risks losing data. This PR finally drops SnsIO.writeAsync

There's a follow up to convert SnsIO.write into a properly implemented async implementation, see #21366.

(closes #26710)


Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:

  • Mention the appropriate issue in your description (for example: addresses #123), if applicable. This will automatically add a link to the pull request in the issue. If you would like the issue to automatically close on merging the pull request, comment fixes #<ISSUE NUMBER> instead.
  • Update CHANGES.md with noteworthy changes.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

See the Contributor Guide for more tips on how to make review process smoother.

To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md

GitHub Actions Tests Status (on master branch)

Build python source distribution and wheels
Python tests
Java tests
Go tests

See CI.md for more information about GitHub Actions CI.

@mosche
Copy link
Member Author

mosche commented May 16, 2023

R: @aromanenko-dev

@github-actions
Copy link
Contributor

Stopping reviewer notifications for this pull request: review requested by someone other than the bot, ceding control

Copy link
Contributor

@aromanenko-dev aromanenko-dev left a comment

Choose a reason for hiding this comment

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

LGTM
Just let's wait for all checks passed and self-merge, please

@mosche
Copy link
Member Author

mosche commented May 16, 2023

All tests completed, somehow the state is not reflected here

@mosche mosche merged commit 6cfba0c into apache:master May 16, 2023
@mosche mosche deleted the 26710_drop_deprecated_SnsIO.writeAsync branch May 16, 2023 13:53
lostluck pushed a commit to lostluck/beam that referenced this pull request May 18, 2023
Dippatel98 pushed a commit to Dippatel98/beam that referenced this pull request Jun 5, 2023
bullet03 pushed a commit to akvelon/beam that referenced this pull request Aug 11, 2023
cushon pushed a commit to cushon/beam that referenced this pull request May 24, 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.

[Task]: Remove deprecated AWS SnsIO.writeAsync
2 participants