intellij IDEA配置scala中使用logback,把日志丢到kafka服务的坑(已经填平)
1) 安装好zookeeper
cp zoo_example.cfg zoo.cfg
2) 启动zookeeper
bin/zkServer.sh start
3) 安装kafka_2.11_0.9.0.0
修改配置 config/server.proxxx
注意: host.name 与 advertised.host.name
如果 在windows连kafka,则尽量要配置这2个参数,不用使用localhost
记得关linux的防火墙
bin/kafka-server-start.sh config/server.properties
Read full article from intellij IDEA配置scala中使用logback,把日志丢到kafka服务的坑(已经填平)
No comments:
Post a Comment