Skip to content

Commit 2a3a1c1

Browse files
[CI] Publish Preview for PR #1 1695306
1 parent b254c55 commit 2a3a1c1

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
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-28T13:31:40.420Z</lastmod>
5+
<lastmod>2025-03-28T14:32:46.356Z</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-28T13:31:40.420Z</lastmod>
9+
<lastmod>2025-03-28T14:32:46.356Z</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-28T13:31:40.420Z</lastmod>
13+
<lastmod>2025-03-28T14:32:46.356Z</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-28T13:31:40.420Z</lastmod>
17+
<lastmod>2025-03-28T14:32:46.356Z</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-28T13:31:40.420Z</lastmod>
21+
<lastmod>2025-03-28T14:32:46.356Z</lastmod>
2222
</url>
2323
</urlset>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ <h2 id="_initial_application"><a class="anchor" href="#_initial_application"></a
233233
<table>
234234
<tr>
235235
<td><i class="conum" data-value="1"></i><b>1</b></td>
236-
<td>It uses the <code>@Transational</code> annotation, and modify number of unrelated data stores.</td>
236+
<td>It uses the <code>@Transactional</code> annotation, and modifies multiple unrelated data stores.</td>
237237
</tr>
238238
<tr>
239239
<td><i class="conum" data-value="2"></i><b>2</b></td>
@@ -270,7 +270,7 @@ <h3 id="_overuse_of_transactional_processing"><a class="anchor" href="#_overuse_
270270
</td>
271271
<td class="content">
272272
<div class="paragraph">
273-
<p>Outages from the dependant services must not invalidate the main intent.
273+
<p>Outages from the dependent services must not invalidate the main intent.
274274
In fact, all the operations in this example could happen independently, and at different, yet reasonable times.</p>
275275
</div>
276276
</td>
@@ -288,7 +288,7 @@ <h3 id="_bundling_of_different_logical_domains"><a class="anchor" href="#_bundli
288288
</div>
289289
<div class="paragraph">
290290
<p>Of course, the developers could re-architect the code, to extract instructions to a separate blocks, but that is just a half-measure.
291-
Still, the application will do all the operations, starting from <code>completeTransit</code> method in the same time, and withing the same <em>"script"</em>.</p>
291+
Still, the application will do all the operations, starting from <code>completeTransit</code> method in the same time, and within the same <em>"script"</em>.</p>
292292
</div>
293293
</div>
294294
</div>

0 commit comments

Comments
 (0)