confluentinc / confluentinc/ksql

ksql-server-stop kills all nodes on a machine

Open
#4,530 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.