用docker 部署的形式,一比一复刻官网文档pulsar示例(File -> Pulsar -> ClickHouse )一直都跑不通 #11631
-
用docker 部署的形式,一比一复刻官网文档pulsar示例(File -> Pulsar -> ClickHouse )一直都跑不通,数据一直采集不上来,后面又试了几个官方示例都不能跑通,只有HTTP上报这种方式可以,请问是什么原因,占用各位大神一点点时间,帮忙指点一二,十分感谢,下面是pulsar示例的报错: [ ] 2025-01-02 19:21:40.802 -ERROR [eartBeat-heartbeatReportThread] o.a.i.a.u.HttpManager :180 request url http://manager:8083/inlong/manager/openapi/heartbeat/report, request dto HeartbeatMsg(nodeSrvStatus=OK, ip=172.18.0.10, port=null, addressInfos=null, protocolType=null, componentType=AGENT, reportSourceType=null, reportTime=1735816900800, clusterName=default_agent, clusterTag=default_cluster, nodeGroup=default_group, extTag=null, inCharges=admin, groupHeartbeats=null, streamHeartbeats=null, load=65535) error :Connect to manager:8083 [manager/172.18.0.6] failed: Connection refused (Connection refused) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @yzq0422, |
Beta Was this translation helpful? Give feedback.
Hi @yzq0422,
This problem is caused by the #11600 which have a breaking change.
This issue has been fixed in #11630.
You may try again with the latest code.