Skip to content

Commit

Permalink
doc: Add kafka arch .rp & .md files.
Browse files Browse the repository at this point in the history
Signed-off-by: photowey <photowey@gmail.com>
  • Loading branch information
photowey committed Apr 14, 2024
1 parent 555880d commit 6b1e149
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions docs/Kafka.3.7.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# `Kafka`

## 1.Mode

### 1.1.`Zookeeper`

#### 1.1.1.`Node`

- /admin
- delete_topics
- /brokers
- ids
- 0
- …
- seqid
- topics
- `io.github.photowey.kafka.hello.topic`
- partition
- 0
- 1
- 2
-
- cluster
- id
- config
- brokers
- **changes**
- clients
- ips
- topics
- `io.github.photowey.kafka.hello.topic`
- `{"version":1,"config":{}}`
- users
- consumers
- <font style="color:#FFCC66">controller</font>
- `controller_eppch`
- feature
- **isr_change_notification**
- latest_producer_id_block
- **log_dir_event_notification**

### 1.2.`KRaft`
Binary file added docs/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/zookeeper.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/kafka.3.7.0.rp
Binary file not shown.

0 comments on commit 6b1e149

Please sign in to comment.