cp-docker-images icon indicating copy to clipboard operation
cp-docker-images copied to clipboard

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

Open osher opened this issue 3 years ago • 1 comments

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?

osher avatar Oct 04 '21 14:10 osher

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

OneCricketeer avatar Jan 29 '22 23:01 OneCricketeer