Skip to content

Commit

Permalink
Update README health section
Browse files Browse the repository at this point in the history
  • Loading branch information
OneCricketeer authored and marky-mark committed Jan 10, 2019
1 parent 5d07a4d commit 071b24e
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,23 @@ $ curl http://localhost:9000/consumers/<ConsumerGroupId>

```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
Expand Down

0 comments on commit 071b24e

Please sign in to comment.