add admin interface to controller
Open
controller
- Dominant language
- Scala
- Stars
- 6.8k
- Forks
- 1.2k
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 2
Description
Certain administrative tasks can be handled through the controller without a need to reprogram or redeploy a new instance. These include:
1. flushing data caches
2. retrieving internal ping results (e.g., kafka latency)
3. tuning log level
4. backing off split phase activations
To support these tasks, a privileged administrative route can be surfaced through the controller's API.
Contributor guide
Assessment
This issue has not been assessed yet.