Skip to content

Commit

Permalink
chore: add b
Browse files Browse the repository at this point in the history
  • Loading branch information
kasir-barati committed Aug 1, 2024
1 parent 7f3dafb commit c399c6c
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/docs/microservices/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,19 +328,22 @@ We can have our validations in two different places:
<td>
<ul>
<li>
Single point of failure<small>(Can be mitigated with replication.)</small>.
<b>Single point of failure</b>
<small>(Can be mitigated with replication)</small>.
</li>
<li>
<b>Coupling API gateway with other services</b>.
</li>
<li>Coupling API gateway with other services.</li>
</ul>
</td>
<td>
<ul>
<li>
Duplicated validation logic across services.
<small>(Can be mitigated with things like having a monorepo, shared libs.)</small>.
<b>Duplicated validation logic across services</b>
<small>(Can be mitigated with things like having a monorepo, shared libs)</small>.
</li>
<li>
Inconsistent validation logic across multiple services.
<b>Inconsistent validation logic across multiple services.</b>
</li>
</ul>
</td>
Expand Down

0 comments on commit c399c6c

Please sign in to comment.