confluentinc / confluentinc/ksql
ksql-server-stop kills all nodes on a machine
Open
bug
fix-it-week
- Dominant language
- Java
- Stars
- 315
- Forks
- 1k
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 36
Description
If we're running multiple ksql instances on one machine (not containerized) the `ksql-server-stop` script will kill all of them:
```
SERVERPIDS=$(jcmd | grep 'io\.confluent\.ksql\.rest\.server\.KsqlServerMain' | awk '{print $1}')
```
We should have some way of specifying which server to kill in the script.
Contributor guide
Assessment
This issue has not been assessed yet.