Hello Everyone, I'm wondering how to keep Zookeeper and Kafka Server up even when my SSH (using putty) becomes inactive. I've tried running it in the background (using &), but it seems like it stops sometimes after a couple hours or so and I'll have to restart zookeeper and/or the kafka server.
The only remediation i've found is to export TMOUT=[big number], but there must be another solution. Thank you! Best, Su