mirror of
https://github.com/wahyd4/knowledge.git
synced 2026-08-09 05:06:28 +10:00
Add something about kafka
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 85 KiB |
@@ -70,7 +70,22 @@
|
||||
- a function value that references variables from outside its body
|
||||
- In Javascript, not all anonymous function are lamdba, and vise verse
|
||||
|
||||
# Event Sourcing and Command Query Responsibility Segregation (CQRS)
|
||||
# Event Sourcing
|
||||
|
||||
## Kafka
|
||||
|
||||
Apache Kafka is a distributed streaming platform
|
||||
|
||||

|
||||
|
||||
There are 4 core APIs in kafka:
|
||||
|
||||
* Producer API
|
||||
* Consumer API
|
||||
* Streams API
|
||||
* Connector API
|
||||
|
||||
# Command Query Responsibility Segregation (CQRS)
|
||||
|
||||
Every changes you made to the system is a event, events are been persisted and can be replayed to generate the materialized view.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user