Skip to content

Commit

Permalink
fix:修复resolver无法过滤不健康以及隔离的实例 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
chuntaojun authored Aug 27, 2024
1 parent 6f87eaa commit 50581b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resolver.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ func (pr *polarisNamingResolver) lookup() (*resolver.State, error) {
GetInstancesRequest: model.GetInstancesRequest{
Namespace: getNamespace(pr.options),
Service: pr.host,
SkipRouteFilter: true,
SkipRouteFilter: false,
},
}
if len(pr.options.DstMetadata) > 0 {
Expand Down

0 comments on commit 50581b8

Please sign in to comment.