cruise-control-ui
cruise-control-ui copied to clipboard
Cruise Control Frontend (CCFE): Single Page Web Application to Manage Large Scale of Kafka Clusters
Removes [ansi-html](https://github.com/Tjatse/ansi-html). It's no longer used after updating ancestor dependency [webpack-hot-middleware](https://github.com/webpack-contrib/webpack-hot-middleware). These dependencies need to be updated together. Removes `ansi-html` Updates `webpack-hot-middleware` from 2.25.0 to 2.25.3 Release notes Sourced from...
Removes [ejs](https://github.com/mde/ejs). It's no longer used after updating ancestor dependency [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer). These dependencies need to be updated together. Removes `ejs` Updates `webpack-bundle-analyzer` from 3.7.0 to 4.7.0 Changelog Sourced from webpack-bundle-analyzer's...
Bumps [loader-utils](https://github.com/webpack/loader-utils) to 1.4.2 and updates ancestor dependencies [loader-utils](https://github.com/webpack/loader-utils), [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) and [webpack](https://github.com/webpack/webpack). These dependencies need to be updated together. Updates `loader-utils` from 1.2.3 to 1.4.2 Release notes Sourced from loader-utils's...
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...
Bumps [moment](https://github.com/moment/moment) from 2.29.2 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...
CC allows a parameter `replication_throttle` when rebalancing the cluster (see [docs](https://github.com/linkedin/cruise-control/wiki/REST-APIs#trigger-a-workload-balance)). Seems like the UI does not allow setting this parameter, so the only way to throttle partitioning is by...