---
title: Advanced Routing
---
# Example: Advanced Routing
Folder: `/examples/advanced-routing`
What it shows
- Configure retry policy with backoff/jitter
- Circuit breaker thresholds and recovery
- Load balancer strategies
Run
1. Use `config.yaml` from the example
2. Start the server with `CONFIG_PATH=examples/advanced-routing/config.yaml npm start`