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

feat: add support for FUSE connections #1373

Merged
merged 1 commit into from
Sep 7, 2022
Merged

feat: add support for FUSE connections #1373

merged 1 commit into from
Sep 7, 2022

Conversation

enocom
Copy link
Member

@enocom enocom commented Sep 3, 2022

This commit also ensures that closing the proxy.Client blocks until all
listeners are closed.

This commit also ensures that closing the proxy.Client blocks until all
listeners are closed.
@enocom enocom requested a review from a team September 3, 2022 02:33
internal/proxy/fuse_test.go Show resolved Hide resolved
var (
// Instance connection name is the format <PROJECT>:<REGION>:<INSTANCE>
// Additionally, we have to support legacy "domain-scoped" projects (e.g. "google.com:PROJECT")
connNameRegex = regexp.MustCompile("([^:]+(:[^:]+)?):([^:]+):([^:]+)")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we consider just exposing these from the Go connector?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I'll do that.

@enocom enocom merged commit 1cc95d9 into fuse-support Sep 7, 2022
@enocom enocom deleted the step-2 branch September 7, 2022 16:57
enocom added a commit that referenced this pull request Sep 7, 2022
This commit also ensures that closing the proxy.Client blocks until all
listeners are closed.
enocom added a commit that referenced this pull request Sep 7, 2022
* feat: add support for README in FUSE mode (#1312)

* feat: add support for FUSE connections (#1373)

This commit also ensures that closing the proxy.Client blocks until all
listeners are closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants