dotnetcore / CAP

Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern
http://cap.dotnetcore.xyz
MIT License
6.61k stars 1.28k forks source link

fix: BrokerAddress property in AzureServiceBus transport #1576

Closed mviegas closed 3 weeks ago

mviegas commented 3 weeks ago

Description:

This PR fixes an issue identified in #1571 where the BrokerAddress property had a wrong value when authenticating with TokenCredential instead of ConnectionString.

Issue(s) addressed:

No specific issue was opened.

Changes:

Affected components:

How to test:

Additional notes (optional):

Checklist:

Reviewers:

@yang-xiaodong