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

Provide the capability to add Azure Service Bus plug-ins to the message pump #176

Open
stijnmoreels opened this issue May 11, 2021 · 1 comment
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request integration:service-bus All issues concerning integration with Azure Service Bus
Projects
Milestone

Comments

@stijnmoreels
Copy link
Member

stijnmoreels commented May 11, 2021

Is your feature request related to a problem? Please describe.
Currently, the new Azure SDK doesn't support Azure Service Bus plug-ins so our updated message pump also can't support this.

Describe the solution you'd like
Once this is supported, we should update our message pump.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
PR with new Azure SDK #175
Azure SDK migration guide

@stijnmoreels stijnmoreels added enhancement New feature or request dependencies Pull requests that update a dependency file integration:service-bus All issues concerning integration with Azure Service Bus labels May 11, 2021
@stijnmoreels stijnmoreels added this to the v1.1.0 milestone May 11, 2021
@stijnmoreels stijnmoreels added this to To do in Roadmap via automation May 11, 2021
@stijnmoreels stijnmoreels modified the milestones: v1.1.0, v1.2.0 Feb 9, 2022
@stijnmoreels stijnmoreels modified the milestones: v1.2.0, v1.3.0 Mar 31, 2022
@stijnmoreels stijnmoreels modified the milestones: v1.3.0, v1.4.0 Sep 12, 2022
@stijnmoreels
Copy link
Member Author

The new Azure SDK does not allow plug-ins but do allow overridden functionality for the ServiceBusSender/ServiceBusReceiver (docs) but we will have to investigate if we want to allow this extensibility. We could use an injected Azure client instead of creating them ourselves, though.

@stijnmoreels stijnmoreels modified the milestones: v1.4.0, v2.0.0 Jan 3, 2023
@stijnmoreels stijnmoreels modified the milestones: v2.0.0, v2.1.0 Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request integration:service-bus All issues concerning integration with Azure Service Bus
Projects
Roadmap
  
To do
Development

No branches or pull requests

1 participant