1
votes

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?

Stack Overflow is not a platform for finding people, you should ask a specific technical question.Klaus D.
You can use a TCP healthcheck, or just catch Kafka client exceptions and report themOneCricketeer