Hi team, What is the command to shutdown kafka server gracefully instead of using 'kill -9 PID'?
If we use bin/kafka-server-stop.sh it shows "No kafka server to stop" but the service actually running and I see the PID by using "ps -ef|grep kafka" Thanks Achintya