开源版本5.8.8在客户端认证时使用密码认证的http服务有时候会出现数据源断连,关闭重新打开或者删除重新创建就可以连上。我应该从哪个方面去排查这个问题?
来点 emqx 的 debug 日志 。
日志 里面全是你 http 服务回的 503 和 500,你得看看 httpserver 发生了什么
<<"{\"code\":503,\"success\":false,\"msg\":\"服务[xhouse-app-encapsulation]触发熔断保护,暂无法访问,请稍后重试\",\"data\":null}"/utf8>>,headers => [{<<"server">>,<<"nginx/1.18.0">>},{<<"date">>,<<"Sun, 08 Mar 2026 07:43:01 GMT">>},{<<"content-type">>,<<"application/json">>},{<<"transfer-encoding">>,<<"chunked">>},{<<"connection">>,<<"keep-alive">>},{<<"x-application-context">>,<<"gateway-service:9010">>}],status_code => 503}}