From 07af26d2f18c1e5436fa038de2d12b5746faf823 Mon Sep 17 00:00:00 2001 From: Ratish Ravindran Date: Tue, 29 May 2018 09:31:01 +0530 Subject: [PATCH] Updated burrow endpoint in README : #401 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ac13f6d9..5539c027 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,8 @@ Install Docker Compose and then: docker-compose down; docker-compose up ``` -3. Some test topics have already been created by default and Burrow can be accessed on port 8000 of your docker-machine. e.g. `http://192.168.99.100:8000/v2/kafka` +3. Some test topics have already been created by default and Burrow can be accessed on port 8000 of your docker-machine. e.g. `http://192.168.99.100:8000/v3/kafka` + ### Configuration For information on how to write your configuration file, check out the [detailed wiki](https://github.com/linkedin/Burrow/wiki)