You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: