Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

How the commit request severed by kafka internally?

when a Offsetcommit request thrown from a consumer how the kafka broker handle it internally?
which are the threads are responsible to the offset commit request?

>Solution :

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

1.All request messages (including OffsetCommit request) first arrive in the network queue.
2. And then go to the request queue (in kafka broker)by the network_thread.
3.Then IO thread process it and it go to the purgatory and then send to response queue.
4.Finally network thread send the response to the client.

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading