File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,22 @@ var clusters = [
85
85
* Use ` COLOR ` to set different header colors for each set up cluster.
86
86
* Set ` DEBUG_LOGS_ENABLED ` to true to enable the debug logs.
87
87
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
+
88
104
## Changelog
89
105
[ Here] ( https://github.com/Landoop/kafka-topics-ui/wiki/Changelog )
90
106
You can’t perform that action at this time.
0 commit comments