https://github.com/linkedin/cruise-control-ui
Cruise Control Frontend (CCFE): Single Page Web Application to Manage Large Scale of Kafka Clusters
https://github.com/linkedin/cruise-control-ui
Last synced: about 2 months ago
JSON representation
Cruise Control Frontend (CCFE): Single Page Web Application to Manage Large Scale of Kafka Clusters
- Host: GitHub
- URL: https://github.com/linkedin/cruise-control-ui
- Owner: linkedin
- License: bsd-2-clause
- Created: 2018-10-20T22:07:32.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-20T04:52:30.000Z (about 1 year ago)
- Last Synced: 2025-05-03T20:34:36.861Z (5 months ago)
- Language: Vue
- Homepage:
- Size: 2.3 MB
- Stars: 360
- Watchers: 32
- Forks: 59
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-kafka - cruise-control-ui
README
![]()
Introduction
============Frontend for Kafka Cruise Control. Provides a central dashboard to manage all Kafka deployments in an organization.
These are some of the features of the application:
1. Kafka Cluster Status
2. Kafka Cluster Load
3. Kafka Partition Load
4. Cruise Control State
5. Cruise Control Tasks
6. Kafka Cluster Administration
7. Cruise Control Proposals
8. Cruise Control Tasks
9. PreferencesIn addition to these there is support for these common features
1. Running actions in Dry Run (Safe Mode) by default.
2. All Cruise Control REST API parameters are exposed as Input controls.
3. Safe Default values are provided to execute the actions as fast as possible.
4. Understand the Async Response from Cruise Control and render the progress.
5. Display URLs of the End points for every action.
6. Display Full Stack Trace responses from Cruise Control instead of shorter ones.
7. Customizable Look & Feel via themingDocumentation
=============Application Screnshots & How-to Guides are available in the [wiki](https://github.com/linkedin/cruise-control-ui/wiki).
License
=======Released under [BSD 2-CLAUSE LICENSE](LICENSE.md) File.
Contributions
=============Contributions are welcome as per [this document](CONTRIBUTING.md).