Skip to content

Commit c8e607f

Browse files
authored
Update README.md
1 parent 747e190 commit c8e607f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,22 @@ var clusters = [
8585
* Use `COLOR` to set different header colors for each set up cluster.
8686
* Set `DEBUG_LOGS_ENABLED` to true to enable the debug logs.
8787

88+
### CP Version support
89+
Latest release is for CP 3.2.0 and above.
90+
91+
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).
92+
You can also build it from source by running:
93+
```
94+
git clone https://github.com/Landoop/kafka-topics-ui.git
95+
cd kafka-topics-ui
96+
git checkout tags/v0.8.3 -b v0.8.3
97+
npm install -g bower
98+
npm install
99+
http-server .
100+
```
101+
102+
103+
88104
## Changelog
89105
[Here](https://github.com/Landoop/kafka-topics-ui/wiki/Changelog)
90106

0 commit comments

Comments
 (0)