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

replica fetch #7

Open
ping-chang-xin opened this issue Jan 2, 2022 · 0 comments
Open

replica fetch #7

ping-chang-xin opened this issue Jan 2, 2022 · 0 comments

Comments

@ping-chang-xin
Copy link
Owner

kafka主从副本同步流程

kafka-ReplicaRetch

  • 每个broker内部都有连接其它broker的副本同步线程(ReplicaFetcherThread)
  • Producer将消息发送给主题分区的领导者副本(master replica)所在的broker
  • 追随者副本(follower replica)所在broker通过ReplicaFetcherThread向领导者副本所在broker发送Fetch请求
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