Skip to content

Commit

Permalink
Update ApiAggregator.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NinjaRocks authored Nov 9, 2024
1 parent 2c23ad0 commit 13ddb1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ApiAggregator.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ You could also acheieve the above registrations using fluent registration below.
services.UseApiAggregator()
.AddApiAggregate<Customer>(new CustomerAggregate());
```
Note: Above examples to enable HttpClient is basic. However, you could additional implement circuit breaking & retry polices.
Note: Above examples to enable HttpClient is basic. However, you could additionally implement circuit breaking & retry polices.
>Please see [`Circuit Breaker`](https://learn.microsoft.com/en-us/dotnet/architecture/microservices/implement-resilient-applications/implement-circuit-breaker-pattern) pattern for more details.

Expand Down

0 comments on commit 13ddb1f

Please sign in to comment.