使用emqx_exproto插件报错,我按照git的教程开始搭建grpc-server。直到看到
,因为4.3只有开源版,而开源版是无法在dashboard操作。所以我去了配置文件emqx_exproto.conf修改了我Grpc-Server的地址。如下图。然后再dashboard启动插件
。继续按照git的教程运行 。发现和git的结果不一样。我的Grpc-Server没有收到回调。查看emqx的日志发现错误。
环境信息
- EMQ X 版本:4.3-rc.3
- 操作系统及版本:centos7/docker均测试了
- 其他
相应的配置文件内容
exproto.server.http.port = 9100
exproto.server.https.port = 9101
exproto.server.https.cacertfile = etc/certs/cacert.pem
exproto.server.https.certfile = etc/certs/cert.pem
exproto.server.https.keyfile = etc/certs/key.pem
exproto.listener.protoname = tcp://0.0.0.0:7993
exproto.listener.protoname.connection_handler_url = http://192.168.1.76:9001