confluentinc / cp-docker-images

[DEPRECATED] Docker images for Confluent Platform.
Apache License 2.0
1.14k stars 705 forks source link

what is the correct healtcheck for a cp-kafka container? #906

Open osher opened 2 years ago

osher commented 2 years ago

see also #248

I'm trying to find the propper healthcheck definition for a cp-kafka container for k8s and/or docker-compose.

I cannot find any word about it in the docs and searches on the internet lead to bitnami...

Help?

OneCricketeer commented 2 years ago

for k8s

Have you looked at what Strimzi or the Confluent Helm Charts / Operator uses for healthchecks?

Otherwise, listing topics via bootstrap servers, for example, should be good enough