Skip to content

Commit 24d7deb

Browse files
[CI] Publish Preview for PR #1 4dcbc0c
1 parent 8285e54 commit 24d7deb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pull-1/sitemap.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
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>

pull-1/solution-pattern-event-mesh-for-microservices/03-demo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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&#8217;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.
262262
This means that when one of those operations fails, the whole processing will be rolled back.
263263
In effect, the end-user will receive a nasty error message.</p>
264264
</div>

0 commit comments

Comments
 (0)