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

chore: use built-in service bus client in message pump (🚧) #417

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

stijnmoreels
Copy link
Member

Use the default registration of the ServiceBusClient to use in the Azure Service Bus message pump. This is somewhat related to the #411 to get a ServiceBusSender in a more easier way; but is also a performance improvement as the host will now handle the connection for us instead of the message pump (which was re-creating the client in some cases of restart).

Relates to #411

@netlify
Copy link

netlify bot commented Sep 22, 2023

Deploy Preview for arcus-messaging canceled.

Name Link
🔨 Latest commit ac98324
🔍 Latest deploy log https://app.netlify.com/sites/arcus-messaging/deploys/651679e48bb12f00081000e1

Copy link
Member

@fgheysels fgheysels left a comment

Choose a reason for hiding this comment

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

Why still in draft ?

@stijnmoreels
Copy link
Member Author

Why still in draft ?

Bc I'm still working on it, as the tests were failing and it was late so I hadn't time to look into them. 😄 But I wanted to push my changes nonetheless so I would be reminded that I still need to work on this. So, thx! 😉

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

Successfully merging this pull request may close these issues.

None yet

2 participants