Removed the mention of the controlled shutdown tool from the wiki since we
don't support it anymore -
https://cwiki.apache.org/confluence/display/KAFKA/Replication+tools#Replicationtools-1.ControlledShutdown
On Wed, Mar 25, 2015 at 3:07 PM, Guozhang Wang wrote:
> Mingjie,
>
> Controlled shutdown
Mingjie,
Controlled shutdown has been fully implemented and is regularly exercised
at LinkedIn for version upgrades / rolling bounce tests, etc. As Harsha
said you just need to turn on the config in the brokers, and normal
shutting down command like control-c will trigger the controlled shutdown.
Hi ,
you can enable/disable controlled shutdown using
controlled.shutdown.enable in server.properties. This is by default set to
“true” in 0.8.2. You can go ahead do a rolling restart and you don’t need
ShutdownBroker command which is removed. Regarding KAFKA-2029 talks about
improveme
Hi.
I've been trying to figure out the best way to do kafka broker rolling
restart, and read the controlled shutdown wiki page:
https://cwiki.apache.org/confluence/display/KAFKA/Replication+tools#Replicationtools-1.ControlledShutdown
However I cannot find this kafka.admin.ShutdownBroker class in