-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Add new property session idle timeout for service bus session processor client #44630
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
Add new property session idle timeout for service bus session processor client #44630
Conversation
API change check APIView has identified API level changes in this PR and created following API reviews. com.azure.spring:spring-messaging-azure-servicebus |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
...ervice/implementation/servicebus/factory/ServiceBusSessionProcessorClientBuilderFactory.java
Show resolved
Hide resolved
…erties class cover the property names of SDK builder
...re/spring/cloud/service/implementation/AzureGenericServiceClientBuilderFactoryBaseTests.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Description
Fixes #44414, only add a new property
sessionIdleTimeout
for the service bus session processor client.All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines