Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RequestHandler #2

Open
ping-chang-xin opened this issue Dec 5, 2021 · 0 comments
Open

RequestHandler #2

ping-chang-xin opened this issue Dec 5, 2021 · 0 comments

Comments

@ping-chang-xin
Copy link
Owner

kafka请求处理基本流程

kafka-RequestHandler

  • 网络层采用的是NIO模型
  • 网络层和业务层使用阻塞队列解耦
  • KafkaApi.scala的handle()方法是所有请求处理的入口

KafkaApi::handle()

KafkaApis handle()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant