File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
solution-pattern-event-mesh-for-microservices Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 22<urlset xmlns =" http://www.sitemaps.org/schemas/sitemap/0.9" >
33<url >
44<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 >
66</url >
77<url >
88<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 >
1010</url >
1111<url >
1212<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 >
1414</url >
1515<url >
1616<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 >
1818</url >
1919<url >
2020<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 >
2222</url >
2323</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_
258258</ div >
259259< div class ="paragraph ">
260260< 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.
262262This means that when one of those operations fails, the whole processing will be rolled back.
263263In effect, the end-user will receive a nasty error message.</ p >
264264</ div >
You can’t perform that action at this time.
0 commit comments