siaron commented on issue #4891: URL: https://github.com/apache/apisix/issues/4891#issuecomment-905231030
> @siaron See http://apisix.apache.org/docs/apisix/plugins/mqtt-proxy/ for details. PR's welcome to extend it. 我现在有两个基于tcp的应用. 一个是netty写的. 一个mqtt broker. 我能用两个不同的apisix端口代理这两个应用吗? ... router: http: 'radixtree_uri' ssl: 'radixtree_sni' stream_proxy: # TCP/UDP proxy tcp: # TCP proxy port list - 9100 - 9200 dns_resolver: ... 怎么9100 和netty的绑定. 9200和mqtt broker绑定. netty 和mqtt broker 是多节点. 负载均衡访问. -- 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]
