jpwmeta
Results
1
issues of
jpwmeta
In the /etc/init.d/kafka script, the findPid() function uses java class to identify the kafka process: ``` CLASS=kafka.Kafka ``` ``` findPid() { FOUND_PID=`pgrep -u $USER -f $CLASS` } ``` However, the...