Usage & Clients Libs
Description
In this section, the basic usages of Kafka would be discussed. Topics would be divided into 3 groups:
brokerconsumerproducer
For the usage of library, Sarama would be used as an example. Refer to: https://github.com/Shopify/sarama
Content
For consumer and producer, the following topics would be introduced
- Component behavior
- Class Diagram and
- Sequence Diagram
- Source code analysis
For broker, the content TBD