System Overview - Feature toggles
This system manages feature toggles to enable or disable features dynamically in a microservices environment. It allows safe rollout, testing, and rollback of features without redeploying services.
This system manages feature toggles to enable or disable features dynamically in a microservices environment. It allows safe rollout, testing, and rollback of features without redeploying services.
User
|
v
Load Balancer
|
v
API Gateway
|
v
+-----------------+ +------------------+
| Feature Toggle |<----->| Configuration DB |
| Service | +------------------+
+-----------------+
|
v
+-----------------+
| Microservice A |
+-----------------+
|
v
+-----------------+
| Microservice B |
+-----------------+