Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jglambed authored May 12, 2017
1 parent 747e190 commit c8e607f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,22 @@ var clusters = [
* Use `COLOR` to set different header colors for each set up cluster.
* Set `DEBUG_LOGS_ENABLED` to true to enable the debug logs.

### CP Version support
Latest release is for CP 3.2.0 and above.

For versions older than CP 3.2.0 you will need kafka topics ui [version 0.8.3](https://github.com/Landoop/kafka-topics-ui/releases/tag/v0.8.3).
You can also build it from source by running:
```
git clone https://github.com/Landoop/kafka-topics-ui.git
cd kafka-topics-ui
git checkout tags/v0.8.3 -b v0.8.3
npm install -g bower
npm install
http-server .
```



## Changelog
[Here](https://github.com/Landoop/kafka-topics-ui/wiki/Changelog)

Expand Down

0 comments on commit c8e607f

Please sign in to comment.