首页 > TAG信息列表 > kafka1.0
kafka1.0配置内外网访问
1、修改hosts vi /etc/hosts ## 添加内网地址映射到主机名 172.16.10.11 VM_11_11_centos VM_11_11_centos 2、修改kafka下config目录里的server.properties vi ./server.properties ############################# Socket Server Settings ############################# #kafka1.0源码在 idea 中 生产消费数据
1.启动 zookeeper 服务。 目录:D:\zookeeper-3.4.14\bin 直接双击 启动成功后做后续操作。 2.配置 kafka 直接上图 3.配置 生产者。 4.配置消费者。 5.删除所有log日志,zkData 中的日志,tmp中的日志。 server.properties log.dirs=D:/tmp/kafka-logs zoo.cfg dataDir=D:kafka1.0.0集群搭建
https://blog.51cto.com/leizhu/2075724 一、环境准备 1、软件 zookeeper3.4.11 https://www.apache.org/dyn/closer.cgi/zookeeper/ kafka1.0.0 https://www.apache.org/dyn/closer.cgi?path=/kafka/1.0.0/kafka_2.11-1.0.0.tgz java8 http://www.oracle.com/technetwor