Completed
Network threads
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
A Kafka Client's Request - There and Back Again
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 A Schema and a Topic
- 3 Partitioning Configurations
- 4 Batching Configurations
- 5 Batching Metrics
- 6 Request Configurations
- 7 Request Metrics (General)
- 8 Socket Receive Buffer
- 9 Network threads
- 10 Request Queue
- 11 I/O Threads, aka Request Handler Threads
- 12 Page Cache/Disk Configuration and Monitoring
- 13 Response Queue
- 14 Network thread hand-off
- 15 Socket Send Buffer
- 16 And back again to the Producer
- 17 Start your own journey..