We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In Beam 2.37.0 (BEAM-13203) SnsIO.writeAsync was deprecated, the implementation is wrong and risks losing data.
SnsIO.writeAsync
There's a follow up to convert SnsIO.write into a properly implemented async implementation, see #21366.
SnsIO.write
Priority: 2 (default / most normal work should be filed as P2)
The text was updated successfully, but these errors were encountered:
Drop deprecated AWS SnsIO.writeAsync (closes apache#26710)
65142af
Drop deprecated AWS SnsIO.writeAsync (closes #26710)(#26711)
6cfba0c
Drop deprecated AWS SnsIO.writeAsync (closes apache#26710)(apache#26711)
a812fde
mosche
Successfully merging a pull request may close this issue.
What needs to happen?
In Beam 2.37.0 (BEAM-13203)
SnsIO.writeAsync
was deprecated, the implementation is wrong and risks losing data.There's a follow up to convert
SnsIO.write
into a properly implemented async implementation, see #21366.Issue Priority
Priority: 2 (default / most normal work should be filed as P2)
Issue Components
The text was updated successfully, but these errors were encountered: