THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
This page is meant to give a high-level introduction to the Kafka code base and the major subsystems. It is meant to help you learn the code base.
Here is a basic diagram of the various subsystems:
- Kafka API layer
- Handling produce and fetch requests in KafkaApi
- Network Layer
- RequestPurgatory
- LogManager and Log
- ReplicaManager
- ZookeeperConsumerConnector