diff --git a/plugins/wasm-cpp/common/route_rule_matcher.h b/plugins/wasm-cpp/common/route_rule_matcher.h index cc6c6fd51..cc8245d8d 100644 --- a/plugins/wasm-cpp/common/route_rule_matcher.h +++ b/plugins/wasm-cpp/common/route_rule_matcher.h @@ -243,7 +243,7 @@ class RouteRuleMatcher { std::string route_name; getValue({"route_name"}, &route_name); std::string service_name; - getValue({"service_name"}, &service_name); + getValue({"cluster_name"}, &service_name); std::optional> match_config; std::optional>> allow_set;