File tree 2 files changed +6
-6
lines changed
solution-pattern-event-mesh-for-microservices
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
<urlset xmlns =" http://www.sitemaps.org/schemas/sitemap/0.9" >
3
3
<url >
4
4
<loc >https://redhat-solution-patterns.github.io/solution-patterns/solution-pattern-event-mesh-for-microservices/01-pattern.html</loc >
5
- <lastmod >2025-03-31T13:47:26.211Z </lastmod >
5
+ <lastmod >2025-03-31T16:02:44.128Z </lastmod >
6
6
</url >
7
7
<url >
8
8
<loc >https://redhat-solution-patterns.github.io/solution-patterns/solution-pattern-event-mesh-for-microservices/02-architecture.html</loc >
9
- <lastmod >2025-03-31T13:47:26.211Z </lastmod >
9
+ <lastmod >2025-03-31T16:02:44.128Z </lastmod >
10
10
</url >
11
11
<url >
12
12
<loc >https://redhat-solution-patterns.github.io/solution-patterns/solution-pattern-event-mesh-for-microservices/03-demo.html</loc >
13
- <lastmod >2025-03-31T13:47:26.211Z </lastmod >
13
+ <lastmod >2025-03-31T16:02:44.128Z </lastmod >
14
14
</url >
15
15
<url >
16
16
<loc >https://redhat-solution-patterns.github.io/solution-patterns/solution-pattern-event-mesh-for-microservices/developer-resources.html</loc >
17
- <lastmod >2025-03-31T13:47:26.211Z </lastmod >
17
+ <lastmod >2025-03-31T16:02:44.128Z </lastmod >
18
18
</url >
19
19
<url >
20
20
<loc >https://redhat-solution-patterns.github.io/solution-patterns/solution-pattern-event-mesh-for-microservices/index.html</loc >
21
- <lastmod >2025-03-31T13:47:26.211Z </lastmod >
21
+ <lastmod >2025-03-31T16:02:44.128Z </lastmod >
22
22
</url >
23
23
</urlset >
Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ <h3 id="_overuse_of_transactional_processing"><a class="anchor" href="#_overuse_
258
258
</ div >
259
259
< div class ="paragraph ">
260
260
< p > In our example, when the ride finishes, that’s a real-world situation.
261
- However, the example uses the < code > @Transational </ code > annotation, and operate on number of unrelated data.
261
+ However, the example uses the < code > @Transactional </ code > annotation, and operate on number of unrelated data.
262
262
This means that when one of those operations fails, the whole processing will be rolled back.
263
263
In effect, the end-user will receive a nasty error message.</ p >
264
264
</ div >
You can’t perform that action at this time.
0 commit comments