Hailey Ni created KAFKA-15471:
---------------------------------
Summary: Allow independently stop KRaft controllers or brokers
Key: KAFKA-15471
URL: https://issues.apache.org/jira/browse/KAFKA-15471
Project: Kafka
Issue Type: Improvement
Reporter: Hailey Ni
Assignee: Hailey Ni
Some users run KRaft controllers and brokers on the same machine (not
containerized, but through tarballs, etc). Prior to KRaft, when running
ZooKeeper and Kafka on the same machine, users could independently stop the
ZooKeeper node and Kafka broker since there were specific shell scripts for
each (zookeeper-server-stop and kafka-server-stop, respectively).
However in KRaft mode, they can't stop the KRaft controllers independently from
the Kafka brokers because there is just a single script that doesn't
distinguish between the two processes and signals both of them. We need to
provide a way for users to kill either controllers or brokers.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)