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

Full proxy support to configuration #5103

Closed
yunhaoling opened this issue May 6, 2019 · 1 comment
Closed

Full proxy support to configuration #5103

yunhaoling opened this issue May 6, 2019 · 1 comment
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. Event Hubs
Milestone

Comments

@yunhaoling
Copy link
Contributor

For now, we have a parameter called 'http_proxy' to configure proxy when initializing the EventHub Client.

It's a dictionary object with the following keys:

keys: 'proxy_hostname' (str value) and 'proxy_port' (int value).
Additionally the following keys may also be present: 'username', 'password'.
@yunhaoling yunhaoling added Event Hubs Client This issue points to a problem in the data-plane of the library. labels May 6, 2019
@yunhaoling yunhaoling self-assigned this May 6, 2019
@yunhaoling yunhaoling changed the title [Event Hubs]Full proxy support to configuration Full proxy support to configuration May 6, 2019
@yunhaoling yunhaoling added this to the Sprint 153 milestone May 10, 2019
@yunhaoling
Copy link
Contributor Author

This is done, we decide to keep the http_proxy kwargs.

@github-actions github-actions bot locked and limited conversation to collaborators Apr 12, 2023
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. Event Hubs
Projects
None yet
Development

No branches or pull requests

1 participant