kafka主要配置包括三类:broker configuration,producer  configuration and consumer configuration.

  • Broker Configs

  broker必要的配置包括以下三个:

  • broker.id
  • log.dirs
  • zookeeper.connect

  broker常用的基本配置参见如下链接:

  • Producer Configs

  producer常用的基本配置参数参见如下链接:

  • Consumer Configs

  consumer常用基本配置参数见如下链接:

  

相关文章:

  • 2021-08-02
  • 2021-05-01
  • 2022-12-23
  • 2021-05-07
  • 2022-12-23
  • 2021-12-03
  • 2021-08-08
猜你喜欢
  • 2021-09-22
  • 2022-12-23
  • 2021-11-23
  • 2019-03-20
  • 2021-12-02
  • 2021-12-03
  • 2021-11-17
相关资源
相似解决方案