摘要: // 创建topic./kafka-topics.sh --bootstrap-server localhost:9092 --create --topic atguigu1 --partitions 2 --replication-factor 2 // 查看topic./kafka-topics 阅读全文
posted @ 2022-03-20 11:26 郭慕荣 阅读(240) 评论(0) 推荐(0)