docs: create kafka/operation
This commit is contained in:
parent
837bb77e5b
commit
dbb230d78b
17
kafka/operation.md
Normal file
17
kafka/operation.md
Normal file
@ -0,0 +1,17 @@
|
||||
---
|
||||
title: 基本操作
|
||||
description:
|
||||
published: true
|
||||
date: 2022-01-20T03:45:31.873Z
|
||||
tags: kafka
|
||||
editor: markdown
|
||||
dateCreated: 2022-01-20T03:45:31.873Z
|
||||
---
|
||||
|
||||
# 查看主题
|
||||
|
||||
进入 bin 目录
|
||||
|
||||
```
|
||||
$ ./kafka-topics.sh --bootstrap-server localhost:9092 --list
|
||||
```
|
Loading…
Reference in New Issue
Block a user