blob: 97b97a1f0a6f6a442c4076bf3706ffde0757fec9 (
plain)
1
2
3
4
5
6
7
8
9
|
---
tags:
- system-design
- software-design
- design
---
I read an article somewhere about control plane feedback: any action we take should give (direct) feedback.
This idea can be extended to a control panel implementation, e.g an openstack control panel. Where any action you do provides you with instant feedback. Think of creating a server; but it fails somewhere down the line due to an IP being allocated already. We want to know that so we can try again with another IP.
|