fish2018 commented on issue #5412:
URL: https://github.com/apache/apisix/issues/5412#issuecomment-960556965


   > > > Are there error logs when using APISIX proxy-mirror plugin to forward 
traffic?
   > > 
   > > 
   > > apisix日志里没有报错。这个情况看起来像是复制的流量在nginx-ingress-controller就没进去
   > 
   > Does the ingress controller have log records? If not, you can observe it 
by capturing the packet.
   ```
   "plugins": {
       "proxy-mirror": {
         "host": "http://demo02.app.com";,
         "sample_ratio": 1
       }
     }
   ```
   这个host不能是Ingress域名?
   我把nginx-ingress-controller换成了apisix-ingress-controller结果一样: 
demo02.app.com域名单独访问正常,proxy_mirror复制流量不过去


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to