Skip to content

Commit

Permalink
Enterprise integration patterns: 4th variant
Browse files Browse the repository at this point in the history
  • Loading branch information
tisnik committed Mar 27, 2024
1 parent 729ac4d commit 3e64391
Showing 1 changed file with 52 additions and 7 deletions.
59 changes: 52 additions & 7 deletions docs/eip.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
## Osnova

* Vzory nejsou vynalézány, ale rozpoznávány v praxi
* Komunikace po síti není spolehlivá
* Komunikace po síti je pomalá
* Každá aplikace je odlišná
* Aplikace se postupně mění
* Komunikace v současnosti: mikroslužby a serverless řešení
* Komunikace po síti není spolehlivá
* Komunikace po síti je pomalá
* Architektura založená na mikroslužbách
* Příklady řešení komunikace ve světě mikroslužeb

Expand Down Expand Up @@ -67,7 +67,7 @@
- odlišné způsoby nasazení
* Požadavky + implementace se postupně mění
* Přidávání dalších služeb
* + další náklady
* plus další náklady
- monitoring
- alerting

Expand All @@ -86,6 +86,23 @@

---

## Komunikace mezi mikroslužbami

* Komunikace po síti není spolehlivá
- potvrzování (?)
- distribuované transakce (?)
* Komunikace po síti je pomalá

---

![latency](images/computer_latency_1.png)

---

![latency](images/computer_latency_2.png)

---

## Komunikační strategie

* Ad-hoc
Expand Down Expand Up @@ -129,6 +146,8 @@
- typicky stálé připojení
* dvojice uzlů
* posílání zpráv oběma směry
- přímé
- fronty

---

Expand Down Expand Up @@ -160,9 +179,9 @@
## CQS a CQRS

* V EIP:
- command message
- document message
- event message
- [C] command message
- [D] document message
- [E] event message
- (request-reply messages)

![command](images/eip_command.gif)
Expand Down Expand Up @@ -203,6 +222,12 @@

---

### Publish-subscribe s frontou

![com-4](images/eip_pub_sub_2.gif)

---

### Message channel

![message_channel](images/eip_message_channel.gif)
Expand All @@ -217,22 +242,42 @@

---

### Competing consumers

![message_channel](images/eip_competing_consumers.gif)

---

### Push-pull

![com-4](images/com-04-push-pull.png)

---

### Message routers

* Fan-in/fan-out lze považovat za speciální případy

[message_routers](images/eip_message_routers.gif)

---

## Apache Kafka

![Kafka logo](images/kafka_logo.png)

---

![Kafka topic](images/eip_kafka.png)
## Apache Kafka

* Zcela nezapadá do konceptu EIP
* Některé aspekty Kafky lze namodelovat

---

![Kafka topic](images/eip_kafka.png)

---

## Apache Camel

Expand Down

0 comments on commit 3e64391

Please sign in to comment.