membphis commented on issue #1152: request help: fail to mqtt-proxy request URL: https://github.com/apache/incubator-apisix/issues/1152#issuecomment-591246134 @shunsheng-github ``` shell $ curl http://10.97.1.84:9180/apisix/admin/stream_routes/103 -X PUT -d ' { "remote_addr": "127.0.0.1", # this maybe wrong "plugins": { "mqtt-proxy": { "protocol_name": "MQTT", "protocol_level": 4, "upstream": { "ip": "192.168.209.243", "port": 1883 } } } }' ``` The `remote_addr` means the IP address of request client. I found that you are sending the request from your Windows local computer. So the `remote_addr` should be the IP address of your local machine.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
