【发布时间】:2020-05-18 07:36:12
【问题描述】:
【问题讨论】:
【问题讨论】:
在conf目录下的server.properties文件中添加kafka监听器。
# The address the socket server listens on. It will get the value returned from
# java.net.InetAddress.getCanonicalHostName() if not configured.
# FORMAT:
# listeners = listener_name://host_name:port
# EXAMPLE:
# listeners = PLAINTEXT://your.host.name:9092
listeners=PLAINTEXT://localhost:9092
之后打开代理。这次应该可以了。
【讨论】: