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

easy-init: support messaging systems (service bus) #4432

Open
weikanglim opened this issue Oct 11, 2024 · 1 comment
Open

easy-init: support messaging systems (service bus) #4432

weikanglim opened this issue Oct 11, 2024 · 1 comment

Comments

@weikanglim
Copy link
Contributor

Background: @saragluna had started implementation on some Java enhancements in #4422. We will split this into smaller changes to land incrementally.

Work: Add Messaging support. We can limit work for service bus queues for now, but we should think about the design for general pub/sub messaging systems.

One design invariant we have with the current initialization system is that it's largely Azure-agnostic and technology-focused. We could decide to keep this invariant or to design differently if need be.

@saragluna
Copy link
Member

Quote:

I think we can avoid "AzureDeps" in appdetect by making this technology focused -- maybe something like MessagingDeps or PubsubDeps, and maybe a break down between Queues and Topics. I'll leave it up to you to do the initial research here on what makes most sense from a messaging technology, language agnostic standpoint.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants