Luaのよくある質問

506 ワード

_fetch_metadata(): all brokers failed in fetch topic metadata, client: 127.0.0.1, server: localhost, request: "GET/test HTTP/1.1", host: "localhost"
この問題はnginxが使用するドメイン名構成がシステム自体ではなく、それ自体が構成されているためです.
you need to configuration resolver dns , because the nginx execute resolve by itself and not system resolve
nginxでconfには、次の構成が追加されます.
resolver xx.xxx.xx.xxx ; 
xx.xxx.xx.xxx            

システム自体のドメイン名サーバ構成
cat /etc/resolv.conf