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

[azservicebus,azeventhubs] Allow custom endpoints #23668

Closed
richardpark-msft opened this issue Oct 29, 2024 · 0 comments
Closed

[azservicebus,azeventhubs] Allow custom endpoints #23668

richardpark-msft opened this issue Oct 29, 2024 · 0 comments
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. Event Hubs feature-request This issue requires a new behavior in the product in order be resolved. Service Bus
Milestone

Comments

@richardpark-msft
Copy link
Member

Typical AMQP connections use the same value for the endpoint we connect to and the audience we use when requesting authentication tokens.

However, with TCP proxies, we can't do that - the endpoint we connect to (ex: localhost:5671) isn't the right endpoint to use for tokens (ex: ripark.servicebus.windows.net).

Other libraries have solved this by making it possible to pass a CustomEndpoint (or CustomEndpointAddress) - this would point to the proxy address (ex: localhost:5671).

@richardpark-msft richardpark-msft self-assigned this Oct 29, 2024
@richardpark-msft richardpark-msft added Service Bus Event Hubs Client This issue points to a problem in the data-plane of the library. labels Oct 29, 2024
@richardpark-msft richardpark-msft added this to the 2024-11 milestone Oct 29, 2024
@github-actions github-actions bot added the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Oct 29, 2024
@jhendrixMSFT jhendrixMSFT added feature-request This issue requires a new behavior in the product in order be resolved. and removed needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. labels Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Client This issue points to a problem in the data-plane of the library. Event Hubs feature-request This issue requires a new behavior in the product in order be resolved. Service Bus
Projects
Status: Done
Development

No branches or pull requests

2 participants