Skip to content

Instantly share code, notes, and snippets.

@virtualsafety
Created May 2, 2019 03:49
Show Gist options
  • Select an option

  • Save virtualsafety/bf86bbf1c6d157dc8a605edf47192106 to your computer and use it in GitHub Desktop.

Select an option

Save virtualsafety/bf86bbf1c6d157dc8a605edf47192106 to your computer and use it in GitHub Desktop.
如果kafka服务器没有注册域名,需要在配置文件中配置以下参数
listeners=PLAINTEXT://0.0.0.0:9092
advertised.listeners=PLAINTEXT://x.x.x.x:9092
advertised.host.name=x.x.x.x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment