Skip to content

Commit

Permalink
docs: Update kafka producer docs.
Browse files Browse the repository at this point in the history
Signed-off-by: photowey <[email protected]>
  • Loading branch information
photowey committed Apr 20, 2024
1 parent 44c4047 commit 0f67f22
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion docs/Kafka.3.7.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,24 @@
- latest_producer_id_block
- **log_dir_event_notification**

### 1.2.`KRaft`
### 1.2.`KRaft`

## 2.Producer

### 2.1.Send

1. Interceptors
1. main.thread
2. Cluster Metadata
1. main.thread
3. Serializer
1. main.thread
4. Partitioner
1. main.thread
5. RecordAccumulator
1. main.thread
2. sender.thread
6. Sender
1. sender.thread
7. NetworkClient
1. sender.thread
Binary file modified docs/kafka.3.7.0.rp
Binary file not shown.

0 comments on commit 0f67f22

Please sign in to comment.