Skip to content

Commit

Permalink
fix:修复resolver无法过滤不健康以及隔离的实例
Browse files Browse the repository at this point in the history
  • Loading branch information
chuntaojun committed Aug 27, 2024
1 parent ccae4d7 commit fc7af03
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 fc7af03

Please sign in to comment.