记录踩过的坑-Kafka

目录

启动

创建和查询topic

启动生产者和消费者

The Cluster ID xxx doesn't match stored clusterId Some(xxx) in meta.properties


启动

kafka-server-start.bat D:\kafka\config\server.properties

注意kafka-server-start.bat在bin\windows下

Linux找同名sh文件即可

创建和查询topic

启动zookeeper和Kafka之后,进入kafka目录

1.创建Topic

  1)运行命令: ./bin/kafka-topics.sh --create --zookeeper localhost:2181 --replication-factor 1 --partitions 1 --topic test1

  2181 是zookeeper 端口

2.查看Topic

  1)运行命令查看所有的topic: ./bin/kafka-topics.sh --list --zookeeper localhost:2181

Windows下找同名bat文件即可

启动生产者和消费者

kafka-console-producer.bat --bootstrap-server 127.0.0.1:9092 --topic test

kafka-console-consumer.bat --bootstrap-server 127.0.0.1:9092 --topic test

topic注意替换

The Cluster ID xxx doesn't match stored clusterId Some(xxx) in meta.properties

按报错的提示修改meta.properties中的cluster.id

meta.properties是路径是server.propertites里设置的

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值