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

Public Frontend Service Refresh Optimization #487

Closed
michaelquigley opened this issue Dec 12, 2023 · 0 comments
Closed

Public Frontend Service Refresh Optimization #487

michaelquigley opened this issue Dec 12, 2023 · 0 comments
Assignees
Labels
enhancement Enhancement of an existing feature
Milestone

Comments

@michaelquigley
Copy link
Collaborator

In order to properly access newly-created services, the OpenZiti SDK embedded in the public frontend needs to refresh its internal service list when a destination service is not found. The only mechanism to handle this currently is to refresh the SDK's entire service list.

Take a dependency on the newly-updated OpenZiti SDK, which allows refreshing a single service only. Update the publicProxy implementation to use this new refresh method.

@michaelquigley michaelquigley self-assigned this Dec 12, 2023
@michaelquigley michaelquigley added the enhancement Enhancement of an existing feature label Dec 12, 2023
@michaelquigley michaelquigley added this to the v0.4 milestone Dec 12, 2023
@michaelquigley michaelquigley changed the title Public Fronend Service Refresh Optimization Public Frontend Service Refresh Optimization Dec 12, 2023
michaelquigley added a commit that referenced this issue Dec 12, 2023
michaelquigley added a commit that referenced this issue Dec 13, 2023
Optimize Public Frontend Service Refresh (#487)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement of an existing feature
Projects
Development

No branches or pull requests

1 participant