Route request via project
See https://docs.gitlab.com/ee/architecture/blueprints/cells/routing-service.html for background
- Assume the Cell publish route rules that allows to classify the requests.
- Assume the Cell has classify API
- The routing service will use the project path to obtain the sharding key. This sharding key is sent to a random Cell to classify. The classify API will return the cell to route. See https://docs.gitlab.com/ee/architecture/blueprints/cells/routing-service.html#router-configured-to-perform-dynamic-routing-based-on-classification
Edited by Thong Kuah