Skip to content

Commit 04682bb

Browse files
authored
Update summary.en.md
1 parent 4dd5956 commit 04682bb

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

books/Building Event-Driven Microservices/summary.en.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ Check Understanding:
7676

7777
**Link for More Details**:
7878
[Ask AI: Integrating Event-Driven Architectures with Existing Systems](https://alisol.ir/?ai=Integrating%20Event-Driven%20Architectures%20with%20Existing%20Systems%7CAdam%20Bellemare%7CBuilding%20Event-Driven%20Microservices)
79+
7980
[Personal note: Debezium is solid for CDC, but in 2025 I'd check out newer managed services like those in cloud platforms for easier scaling if ops overhead is a concern.]
8081

8182
## Event-Driven Processing Basics
@@ -122,6 +123,7 @@ Check Understanding:
122123

123124
**Link for More Details**:
124125
[Ask AI: Microservices Using Function-as-a-Service](https://alisol.ir/?ai=Microservices%20Using%20Function-as-a-Service%7CAdam%20Bellemare%7CBuilding%20Event-Driven%20Microservices)
126+
125127
[Personal note: AWS Lambda and similar are still handy, but in 2025 I'd lean toward more integrated serverless options in clouds for better observability if your stack allows.]
126128

127129
## Basic Producer and Consumer Microservices
@@ -141,6 +143,7 @@ Check Understanding:
141143

142144
**Link for More Details**:
143145
[Ask AI: Heavyweight Framework Microservices](https://alisol.ir/?ai=Heavyweight%20Framework%20Microservices%7CAdam%20Bellemare%7CBuilding%20Event-Driven%20Microservices)
146+
144147
[Personal note: Spark and Flink hold up well, but for lighter workloads in 2025, I might opt for managed serverless streaming to cut down on cluster management.]
145148

146149
## Lightweight Framework Microservices
@@ -151,6 +154,7 @@ Check Understanding:
151154

152155
**Link for More Details**:
153156
[Ask AI: Lightweight Framework Microservices](https://alisol.ir/?ai=Lightweight%20Framework%20Microservices%7CAdam%20Bellemare%7CBuilding%20Event-Driven%20Microservices)
157+
154158
[Personal note: Kafka Streams is reliable, but I'd double-check if newer embeds like those in Pulsar suit your needs better for multi-tenancy.]
155159

156160
## Integrating Event-Driven and Request-Response Microservices
@@ -170,6 +174,7 @@ Check Understanding:
170174

171175
**Link for More Details**:
172176
[Ask AI: Supportive Tooling](https://alisol.ir/?ai=Supportive%20Tooling%7CAdam%20Bellemare%7CBuilding%20Event-Driven%20Microservices)
177+
173178
[Personal note: Kubernetes integration is key here; in 2025, I'd prioritize tools with strong service mesh support for better traffic management.]
174179

175180
## Testing Event-Driven Microservices

0 commit comments

Comments
 (0)