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

ServiceBus: small optimizations and logging improvements #36536

Merged
merged 6 commits into from
Aug 25, 2023

Conversation

lmolkova
Copy link
Member

@lmolkova lmolkova commented Aug 25, 2023

  • AmqpResponseCode: Uses array instead of map in to eliminate the tiny overhead of map lookup
  • MangementChannel: allocate AMQP exception only when error happens
  • RequestResponseChannel.settleMessage: optimize Object to UnsignedLong conversion
  • random structured logging improvements

@azure-sdk
Copy link
Collaborator

API change check

API changes are not detected in this pull request.

Copy link
Member

@conniey conniey left a comment

Choose a reason for hiding this comment

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

Ty!

@lmolkova lmolkova enabled auto-merge (squash) August 25, 2023 23:21
@lmolkova lmolkova merged commit 0f1712f into Azure:main Aug 25, 2023
32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants