SYSTEM Cited by 1 source
Flipr (Uber)¶
Flipr is Uber's in-house feature-flag and configuration-control system. Used to feature-flag code changes, control rollouts, and drive many other config-based behaviors across the microservice fleet. One of the microservice-platform primitives Uber built alongside TChannel, Clay, and M3 to prevent the 2013 SOA transition from producing a distributed monolith. (Source: sources/2024-03-14-highscalability-brief-history-of-scaling-uber)
Blog reference: Flipr: making changes at 1000 deploys a day (the primary-source link from Clemm's retrospective).
Seen in¶
- sources/2024-03-14-highscalability-brief-history-of-scaling-uber โ named as the solution for cross-service capability management and rollout control.
Related¶
- companies/uber โ origin org.
- concepts/feature-flag โ the general primitive Flipr implements.