-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[BUG] Unable to Create a Service Bus Subscription with Rules #29885
Labels
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Service Bus
Comments
ghost
added
needs-triage
Workflow: This is a new issue that needs to be triaged to the appropriate team.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
labels
Jul 8, 2022
joshfree
added
Service Bus
Client
This issue points to a problem in the data-plane of the library.
labels
Jul 11, 2022
ghost
removed
the
needs-triage
Workflow: This is a new issue that needs to be triaged to the appropriate team.
label
Jul 11, 2022
@ki1729 can you please share an update? |
@azizabah I am working on this feature, and I expect this to be released as part of the SDK release cycle next month |
@azizabah This change is now merged and should be released as part of version 7.13 |
@azizabah New SDK v7.13 released today supports this capability. Let us know if you have any issues using it. |
@ki1729 - Will do. Thanks! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Service Bus
Describe the bug
Using the Java SDK, we are not capable of creating a Service Bus Subscription on a topic with rules initially. If you are trying to create a new subscription that would filter on a subset of the data coming to the topic, this is currently not possible without a tiny chance of other data making it onto this subscription because you have follow the following steps:
That leaves the potential for messages in a high volume topic to make it to the subscription that shouldn't be there.
Code Snippet
Expected behavior
I would expect feature parity with the Azure SDK for .NET. https://github.com/Azure/azure-sdk-for-net/blob/5adaf18bf8e50514f6e10110cf74233a7ea56151/sdk/servicebus/Azure.Messaging.ServiceBus/src/Administration/ServiceBusAdministrationClient.cs#L1927 Notice that you can supply a CreateRuleOptions on creation. This would alleviate the issue.
Setup (please complete the following information):
Information Checklist
Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report
The text was updated successfully, but these errors were encountered: