Skip to content

Commit

Permalink
Update shell.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wxgzgl committed Sep 25, 2020
1 parent 82cafba commit 7aa4294
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/kafka/shell.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ do
done`
```

```
vi kafka-server-stop.sh
PIDS=$(jps -lm | grep -i 'kafka.Kafka' | awk '{print $1}')
```

可以添加首页QQ群获取脚本。

0 comments on commit 7aa4294

Please sign in to comment.