-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[GUI][DOC] Update client page for GUI (#1364)
- Loading branch information
1 parent
19aaac5
commit c64f497
Showing
6 changed files
with
24 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,41 @@ | ||
### client | ||
|
||
`client` 頁面提供您查詢 `consumer` `producer` `transaction` 的資訊 | ||
`client` 頁面提供您: | ||
* 查詢 `consumer` `producer` `transaction` 的資訊。 | ||
* 使用`read`頁面來查看讀取數據的狀況 | ||
* 使用`write`頁面來寫入 `Key\Value` 數據到指定的`topic`和`partition`。 | ||
|
||
- [consumer](#consumer) | ||
- [read](#read) | ||
- [producer](#producer) | ||
- [write](#write) | ||
- [transaction](#transaction) | ||
|
||
## consumer | ||
|
||
`consumer` 提供您查詢 consumer groups 的資訊,預設搜尋所有 consumer,您可以透過搜尋欄位過濾 `group id` 或是 `topic 名稱`,如下圖是顯示有訂閱 tina 的 consumers | ||
|
||
`consumer` 提供您查詢 consumer 的資訊 | ||
* 可以透過搜尋欄,增加查詢條件(支援Regex) | ||
 | ||
|
||
## producer | ||
## read | ||
`read` 提供您資料寫入 `topic` 和 `partition` 的狀況 | ||
* 可以透過搜尋欄,增加查詢條件(支援Regex) | ||
* records:預期取得多少幾筆資料 | ||
* timeout:可以等待多久時間(直到資料回傳) | ||
 | ||
|
||
`producer` 提供您查詢 producer 的資訊,預設搜尋所有 producer,您可以透過搜尋欄位過濾 `topic 名稱`,如下圖示顯示有寫資料到 tina 的 producers | ||
## producer | ||
|
||
**注意:只有idempotent producer 的資訊可供查詢** | ||
`producer` 提供您查詢 producer 的資訊 | ||
* 可以透過搜尋欄,增加查詢條件(支援Regex) | ||
|
||
***注意:只有 idempotent producer 的資訊可供查詢** ([Idempotent Producer介紹](https://kafka.apache.org/documentation/#producerconfigs_enable.idempotence)) | ||
 | ||
|
||
## transaction | ||
|
||
`transaction` 提供您查詢 transaction 的資訊,預設搜尋所有 transaction,您可以透過搜尋欄位過濾 `topic 名稱`或是 `transaction id` ,如下圖是顯示有涉及 tina 的交易狀態 | ||
## write | ||
`write` 提供您單筆 `Key\Value` 寫入指定的`topic` 和 `partition` | ||
 | ||
|
||
## transaction | ||
`transaction` 提供您查詢 transaction 的資訊 | ||
* 可以透過搜尋欄,增加查詢條件(支援Regex) | ||
 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.