我使用apim 2,我需要在运行时动态地将客户端调用路由到后端服务。
我在文件夹WSOAM_HOME \ repository \ resources \ customsequences \ in
中添加了自定义序列<sequence xmlns="http://ws.apache.org/ns/synapse" name="mySeq">
<class name="org.wso2.carbon.env.EnvironmentResolver"/>
</sequence>
我在repository / component / lib下添加了包含我的实现的jar。
我已将API配置为在发布商门户网站中使用此自定义序列,但问题是 EnvironmentResolver 未被调用!!
我错过了什么吗?