Skip to content

Commit bd62282

Browse files
committed
docs: add ambassador sequence diagram
1 parent faea74a commit bd62282

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

ambassador/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ Microsoft documentation states
3333

3434
> An ambassador service can be thought of as an out-of-process proxy which is co-located with the client. This pattern can be useful for offloading common client connectivity tasks such as monitoring, logging, routing, security (such as TLS), and resiliency patterns in a language agnostic way. It is often used with legacy applications, or other applications that are difficult to modify, in order to extend their networking capabilities. It can also enable a specialized team to implement those features.
3535
36+
Sequence diagram
37+
38+
![Ambassador sequence diagram](./etc/ambassador-sequence-diagram.png "Ambassador sequence diagram")
39+
3640
## Programmatic Example of Ambassador Pattern in Java
3741

3842
In this example of the Ambassador Pattern in Java, we demonstrate how to implement latency checks, logging, and retry mechanisms to improve system reliability.
27.9 KB
Loading

0 commit comments

Comments
 (0)