Skip to content

Commit 896b3d7

Browse files
committed
Reorder the demo
1 parent 5280cd0 commit 896b3d7

File tree

3 files changed

+665
-632
lines changed

3 files changed

+665
-632
lines changed

documentation/modules/ROOT/nav.adoc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
* xref:index.adoc[{counter:module}. Home page]
22
** xref:index.adoc#use-cases[{module}.{counter:submodule1} Use cases]
3-
** xref:index.adoc#_the_story_behind_this_solution_pattern[{module}.{counter:submodule1} The story behind this solution pattern]
3+
** xref:index.adoc#_the_story[{module}.{counter:submodule1} The story behind this solution pattern]
44
** xref:index#_the_solution[{module}.{counter:submodule1} The solution]
55
66
* xref:02-architecture.adoc[{counter:module}. Architecture]
@@ -10,7 +10,10 @@
1010
1111
* xref:03-demo.adoc[{counter:module}. See the Solution in Action]
1212
** xref:03-demo.adoc#_initial_application[{module}.{counter:submodule3}. Initial application]
13-
** xref:03-demo.adoc#_run_the_demonstration[{module}.{counter:submodule3}. Run this demonstration]
13+
** xref:03-demo.adoc#_refactoring_plan[{module}.{counter:submodule3}. Refactoring plan]
14+
** xref:03-demo.adoc#_run_this_demonstration[{module}.{counter:submodule3}. Run this demonstration]
15+
** xref:03-demo.adoc#_in_depth_refactoring[{module}.{counter:submodule3}. In-depth look at the refactoring]
16+
** xref:03-demo.adoc#_conclusion[{module}.{counter:submodule3}. Conclusion]
1417
1518
* xref:developer-resources.adoc[{counter:module}. Developer Resources]
1619

documentation/modules/ROOT/pages/01-pattern.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[#_the_story]
12
== The story behind this solution pattern
23
34
Cabs is a fictional transportation company.
@@ -11,6 +12,7 @@ This solution addresses inefficiencies and aligns distributed systems with real-
1112
The team had figured out they could leverage the https://martinfowler.com/bliki/CQRS.html[_CQRS_] pattern together with _Knative's Event Mesh_
1213
to modernize their application in a non-extrusive way.
1314

15+
[#_the_solution]
1416
== The Solution
1517
1618
The core of this solution is an event mesh -- a dynamic, flexible infrastructure layer that routes, retries, and processes asynchronous events across distributed components.

0 commit comments

Comments
 (0)