[GitHub] [incubator-apisix] membphis commented on issue #899: bug: mqtt proxy plugin can not work

2019-11-27 Thread GitBox
membphis commented on issue #899: bug: mqtt proxy plugin can not work URL: https://github.com/apache/incubator-apisix/issues/899#issuecomment-559300901 @zhijianfree What is your "config.yaml"? Please confirm you send the data to right port. And please provide an original MQTT

[GitHub] [incubator-apisix] membphis commented on issue #899: bug: mqtt proxy plugin can not work

2019-11-28 Thread GitBox
membphis commented on issue #899: bug: mqtt proxy plugin can not work URL: https://github.com/apache/incubator-apisix/issues/899#issuecomment-559428319 @zhijianfree You need to enable `stream_proxy` and listen on a TCP port, I'll add more doc later. https://github.com/apache/incub

[GitHub] [incubator-apisix] membphis commented on issue #899: bug: mqtt proxy plugin can not work

2019-11-28 Thread GitBox
membphis commented on issue #899: bug: mqtt proxy plugin can not work URL: https://github.com/apache/incubator-apisix/issues/899#issuecomment-559486324 the nginx will response HTTP 400, it is an invalid HTTP request. This is

[GitHub] [incubator-apisix] membphis commented on issue #899: bug: mqtt proxy plugin can not work

2019-12-02 Thread GitBox
membphis commented on issue #899: bug: mqtt proxy plugin can not work URL: https://github.com/apache/incubator-apisix/issues/899#issuecomment-560390493 @zhijianfree Can you provide raw data? which can be obtained through the tool "tcpdump".

[GitHub] [incubator-apisix] membphis commented on issue #899: bug: mqtt proxy plugin can not work

2019-12-03 Thread GitBox
membphis commented on issue #899: bug: mqtt proxy plugin can not work URL: https://github.com/apache/incubator-apisix/issues/899#issuecomment-561161285 I checked your TCP data, and compared with MQTT 5.0 or MQTT 3.1.*, your request data is invalid. Here is the MQTT document: http://