docs: create kafka/operation

This commit is contained in:
Administrator 2022-01-20 03:45:35 +00:00 committed by John Smith
parent 837bb77e5b
commit dbb230d78b

17
kafka/operation.md Normal file
View 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
```