Skip to content

Commit 2c23ad0

Browse files
committed
- Update ApiAggregator.md
1 parent 534a71c commit 2c23ad0

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

ApiAggregator.Net.sln

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,13 @@ EndProject
1212
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ApiAggregator.Tests", "tests\ApiAggregator.Tests\ApiAggregator.Tests.csproj", "{C9ED08F3-F754-4D7A-8034-8FC180EA7F7A}"
1313
EndProject
1414
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "solution", "solution", "{D6340772-5767-4604-9E64-04078C0C2CAC}"
15+
ProjectSection(SolutionItems) = preProject
16+
ApiAggregator.md = ApiAggregator.md
17+
EndProjectSection
1518
EndProject
1619
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "github", "github", "{BCE2D3FE-6CF1-4932-9DEE-5B761A132C5E}"
1720
ProjectSection(SolutionItems) = preProject
21+
GitVersion.yml = GitVersion.yml
1822
.github\workflows\Master-Build.yml = .github\workflows\Master-Build.yml
1923
.github\workflows\Master-CodeQL.yml = .github\workflows\Master-CodeQL.yml
2024
.github\workflows\PullRequest-CI.yml = .github\workflows\PullRequest-CI.yml

ApiAggregator.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,9 @@ You could also acheieve the above registrations using fluent registration below.
196196
services.UseApiAggregator()
197197
.AddApiAggregate<Customer>(new CustomerAggregate());
198198
```
199+
Note: Above examples to enable HttpClient is basic. However, you could additional implement circuit breaking & retry polices.
200+
>Please see [`Circuit Breaker`](https://learn.microsoft.com/en-us/dotnet/architecture/microservices/implement-resilient-applications/implement-circuit-breaker-pattern) pattern for more details.
201+
199202

200203
### Step 4. Use IApiAggregator<`TContract`>
201204

0 commit comments

Comments
 (0)