【java后台|kafka IP访问配置】要使用IP访问kafka需要开放host port
在server.properties下面配置:
# Hostname and port the broker will advertise to producers and consumers. If not set,
# it uses the value for "listeners" if configured.Otherwise, it will use the value
# returned from java.net.InetAddress.getCanonicalHostName().
advertised.listeners=PLAINTEXT://your.host.name:9092
推荐阅读
- 关于kafka数据丢失场景的一次激烈讨论....
- Kafka的生产集群部署
- 聊聊 Kafka(如何避免消费组的 Rebalance)
- 深入解析Kafka的offset管理
- SpringBoot|spring boot中使用kafka详解(踩完坑又爬了出来)
- java|Log4j2异步将log发送到kafka (kafka及其依赖环境的docker配置和使用)
- kafka的优缺点都有那些
- kafka|Kafka的数据是如何存储的
- Kafka|Kafka VS RocketMQ VS RabbitMQ
- #|Zero-Copy