Created
May 2, 2019 03:49
-
-
Save virtualsafety/bf86bbf1c6d157dc8a605edf47192106 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 如果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