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