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

ServiceControl fails to create instances when using Azure Service Bus with partitioned entities (queues and topics) #3958

Closed
mauroservienti opened this issue Feb 12, 2024 · 3 comments
Labels

Comments

@mauroservienti
Copy link
Member

mauroservienti commented Feb 12, 2024

Symptoms

When trying to create a ServiceControl instance with Azure Service Bus with partitioned entities the creation of the instance fails with

Unhandled Exception: System.ArgumentException: SubCode=40000. Non-partitioned entities are not allowed in partitioned namespace. The property EnablePartitioning must be set to true.

Who's affected

You are affected if you are planning to use Azure Service Bus with partitioned entities.

Root cause

When the Azure Service Bus broker is configured to use partitioned entities, ServiceControl files to create the needed resources because it doesn't support the EnablePartitioning flag in the connection string.

Backported to

@mauroservienti
Copy link
Member Author

Raised #3959 to fix this. It'll be backported to 4.x and 5.x.

@adamralph adamralph changed the title ServiceControl fails to create instances when using Azure Service Bus partitioned entities (queues and topics) ServiceControl fails to create instances when using Azure Service Bus with partitioned entities (queues and topics) Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant