-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enterprise integration patterns: 8th variant
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,8 @@ | |
|
||
## Používání návrhových vzorů | ||
|
||
* Pavel Tišnovský ([email protected]) | ||
|
||
![Microservices1](images/apache_camel_message_translator.gif) | ||
|
||
--- | ||
|
@@ -408,12 +410,35 @@ | |
|
||
## Architektura lambda | ||
|
||
* Kombinace dávkového a proudového zpracování | ||
* Vybalancování | ||
- zpoždění při zpracování | ||
- propustnost | ||
- odolnost proti chybám | ||
* Dva pohledy na data | ||
* Lze spojit před prezentační vrstvou | ||
|
||
--- | ||
|
||
## Lambda: rychlá a pomalá cesta | ||
|
||
![lambda usage](images/eip_lambda.png) | ||
|
||
--- | ||
|
||
|
||
![Kafka usage](images/pipeline-animation.gif) | ||
|
||
--- | ||
|
||
## Architektura kappa | ||
|
||
* Alternativa ke klasické architektuře lambda | ||
* Založeno na proudovém zpracování | ||
* Lze použít i pro celé IT (nikoli jen pro zpracování dat) | ||
|
||
--- | ||
|
||
[full image](images/kafka_kappa.png) | ||
![Kafka kappa](images/kafka_kappa.png) | ||
|