1.官网文档地址kafka官网文档地址
2.执行命令
bin\windows\kafka-topics.bat --create --bootstrap-server localhost:9092 --replication-factor 1 --partitions 1 --topic test
windows 环境kafka创建topic

相关文章:

  • 2021-08-01
  • 2021-04-27
  • 2021-12-06
  • 2021-04-12
  • 2020-10-19
  • 2021-07-31
  • 2021-05-07
猜你喜欢
  • 2022-12-23
  • 2021-10-31
  • 2021-10-16
  • 2021-12-13
  • 2021-08-28
  • 2021-11-30
  • 2021-06-17
相关资源
相似解决方案