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

topic.subscribeQueue() incompatible with other cloud providers #6415

Open
garysassano opened this issue May 5, 2024 · 0 comments
Open

topic.subscribeQueue() incompatible with other cloud providers #6415

garysassano opened this issue May 5, 2024 · 0 comments
Labels
☁️ aws Related to Amazon Web Services support ✨ enhancement New feature or request needs-discussion Further discussion is needed prior to impl 🎨 sdk SDK

Comments

@garysassano
Copy link
Collaborator

garysassano commented May 5, 2024

Use Case

AWS separates topics (SNS) and queues (SQS) into distinct services, each managed by the user separately. The topic.subscribeQueue() method bridges these services, allowing you to explicitly link a queue to a topic for message delivery.

Unlike AWS, other cloud providers handle queues behind the scenes. They are not exposed as independent, user-managed resources. You cannot directly manipulate or connect them using a method like topic.subscribeQueue() since their creation is implict.

image

azure-gcp-topic-queue

image

Proposed Solution

No response

Implementation Notes

No response

Component

SDK

Community Notes

  • Please vote by adding a 👍 reaction to the issue to help us prioritize.
  • If you are interested to work on this issue, please leave a comment.
  • If this issue is labeled needs-discussion, it means the spec has not been finalized yet. Please reach out on the #dev channel in the Wing Slack.
@garysassano garysassano added ✨ enhancement New feature or request needs-discussion Further discussion is needed prior to impl labels May 5, 2024
@staycoolcall911 staycoolcall911 added 🎨 sdk SDK ☁️ aws Related to Amazon Web Services support labels May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
☁️ aws Related to Amazon Web Services support ✨ enhancement New feature or request needs-discussion Further discussion is needed prior to impl 🎨 sdk SDK
Projects
Status: 🤝 Backlog - handoff to owners
Development

No branches or pull requests

2 participants