Routing updates are handled by the routing Restate service. It updates frontline route records to point to the desired deployment. Key components:Documentation Index
Fetch the complete documentation index at: https://engineering.unkey.com/llms.txt
Use this file to discover all available pages before exploring further.
- Routing service (
svc/ctrl/worker/routing). - Frontline route records in the database.
Flow: assign routes
Notes
AssignFrontlineRoutes updates each route sequentially with ReassignFrontlineRoute and sets updated_at for each row.
