infinilabs / gateway

🚀 A High-performance gateway designed for search scenarios. Good friend of Elasticsearch/Opensearch/Easysearch.
https://www.infinilabs.com/en/docs/latest/gateway/
28 stars 3 forks source link

极限网关启动连接kafka失败 #44

Closed lygsniper closed 2 months ago

lygsniper commented 3 months ago

极限网关通过如下命令启动时,日志显示:unable to dial: dial tcp 127.0.0.1:9092: connetct: connection refused

nohup ./gateway-linux-amd64 -config replication_via-kafka.yml &

在replication_via-kafka.yml文件中,已经指定了远程的KAFKA_HOSTS: [ 'xx.xx.xx.xx:9092' ]

who can help me?

medcl commented 2 months ago

重复 https://github.com/infinilabs/gateway/issues/43