kafka源码分析---代码模块

kafka主要模块代码如上图所示:

admin:管理员模块,操作和管理topic,paritions相关,包含create,delete topic,扩展patitions

api:

cluster:

common:

consumer:

controller:

coordinator:

log:

message:

metrics:

network:

security:

serializer:

server:

tools:

utils:

zk:

zookeeper:

启动类kafka:

相关文章:

  • 2021-12-31
  • 2021-12-28
  • 2021-08-27
  • 2021-11-27
  • 2021-05-06
  • 2021-05-24
  • 2022-01-02
  • 2021-04-28
猜你喜欢
  • 2021-12-18
  • 2021-12-05
  • 2021-08-29
  • 2021-12-04
  • 2021-05-30
  • 2021-11-17
  • 2021-05-24
  • 2021-06-08
相关资源
相似解决方案