Hi, I am using kafak 0.8.2.1 , and when I startup Kafka with the script: ./kafka-server-start.sh ../config/server.1.properties &
I think it will run as background process, but when i close the terminal, the server is shutdown, which looks that it doesn't run in background Then how can I run it in background? Thanks! [email protected]
