I'm writing a micro-service to function as a Kafka consumer. I need a health-check so my container platform can monitor it, any use flask running a separate thread to do this?
I'm writing a micro-service to function as a Kafka consumer. I need a health-check so my container platform can monitor it, any use flask running a separate thread to do this?