Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add support for v2 (direct connection) wsproxy mode #1130

Merged
merged 13 commits into from
Oct 17, 2021

Conversation

kyujin-cho
Copy link
Member

@kyujin-cho kyujin-cho commented Sep 19, 2021

This commit adds support for direct wsproxy connection mode, as described in lablup/backend.ai-manager#479.
User can try V2 proxy mode by enabling UseV2Proxy (label subject to change) checkbox when opening app.
To use V2 Proxy mode, wsproxy node address needs to be registered to corresponding scaling group.

This resolves #1144.

@github-actions github-actions bot added area:i18n Localization area:ux UI / UX issue. labels Sep 19, 2021
@kyujin-cho kyujin-cho marked this pull request as ready for review September 30, 2021 03:16
@adrysn
Copy link
Member

adrysn commented Oct 11, 2021

Let's automatically determine the request endpoint for wsproxy by implementing the status API (https://github.com/lablup/backend.ai-proxy-coordinator/pull/8#issuecomment-939627762). The new version of wsproxy anyway does not support v1 API, which is a breaking change, so there is no need to let users choose the API version.

@adrysn adrysn requested review from adrysn and removed request for agatha197 and lizable October 17, 2021 14:43
@adrysn adrysn merged commit 3c394e3 into main Oct 17, 2021
@adrysn adrysn deleted the feature/direct-wsproxy-connection branch October 17, 2021 14:50
@Yaminyam Yaminyam added the size:L 100~500 LoC label Apr 13, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
area:i18n Localization area:ux UI / UX issue. size:L 100~500 LoC
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for direct wsproxy connection mode to agents
3 participants