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
Describe the bug
After upgrading Easegress from v1.x to v2.0.0, Nacos service registry(maybe including others service registry) cannot work. Because in following method from pkg/filters/proxy/pool.go:309.
The Tags attribute in ServiceInstanceSpec object and ServerTags in ServerPoolSpec object are always nil, this will lead to servers is always empty and proxy filter return 503 status code.
Describe the bug
After upgrading Easegress from v1.x to v2.0.0, Nacos service registry(maybe including others service registry) cannot work. Because in following method from pkg/filters/proxy/pool.go:309.
The Tags attribute in ServiceInstanceSpec object and ServerTags in ServerPoolSpec object are always nil, this will lead to servers is always empty and proxy filter return 503 status code.
The text was updated successfully, but these errors were encountered: