work work hard work
This commit is contained in:
@@ -12,6 +12,7 @@ StellaOps already has HTTP-based services. The Router exists because:
|
||||
4. **Health-aware Routing**: Automatic failover based on heartbeat and latency
|
||||
5. **Claims-based Auth**: Unified authorization via Authority integration
|
||||
6. **Transport Flexibility**: UDP for small payloads, TCP/TLS for streams, RabbitMQ for queuing
|
||||
7. **Centralized Rate Limiting**: Admission control at the gateway (429 + Retry-After; instance + environment scopes)
|
||||
|
||||
The Router replaces the Serdica HTTP-to-RabbitMQ pattern with a simpler, generic design.
|
||||
|
||||
@@ -84,6 +85,7 @@ StellaOps.Router.slnx
|
||||
| [schema-validation.md](schema-validation.md) | JSON Schema validation feature |
|
||||
| [openapi-aggregation.md](openapi-aggregation.md) | OpenAPI document generation |
|
||||
| [migration-guide.md](migration-guide.md) | WebService to Microservice migration |
|
||||
| [rate-limiting.md](rate-limiting.md) | Centralized router rate limiting |
|
||||
|
||||
## Quick Start
|
||||
|
||||
|
||||
Reference in New Issue
Block a user