From 071b24e5bd079b3e5441ba35dad37341b3bf695a Mon Sep 17 00:00:00 2001 From: Jordan Moore Date: Sat, 5 Jan 2019 18:53:43 -0600 Subject: [PATCH] Update README health section --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e10db61..783e9b9 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,23 @@ $ curl http://localhost:9000/consumers/ ```bash $ curl http://localhost:9000/health -OK +{ + "cluster_id": "foobar_123", + "controller": { + "host": "xx.xxx.xxx.xxx", + "id": 0, + "id_string": "0", + "port": 9092 + }, + "nodes": [ + { + "host": "xx.xxx.xxx.xxx", + "id": 0, + "id_string": "0", + "port": 9092 + } + ] +} ``` ### Metrics