Skip to content

Commit

Permalink
CQRS Hexagonal Architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
emacsway committed Jun 29, 2024
1 parent a6887b9 commit eca3533
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<archimate:ApplicationInteraction
xmlns:archimate="http://www.archimatetool.com/archimate"
name="Front Door Queue using message bus (Kafka)"
name="Front Door Queue using message bus"
id="id-0a35bfde8b1a41678c3dd9d79a81cab1"/>
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<children
xsi:type="archimate:DiagramModelArchimateObject"
id="id-45baecaec39f43a0a82844aa6a37cccf"
targetConnections="id-bec7fe4adb654f6c8c0d8192fa43b5a6"
targetConnections="id-bec7fe4adb654f6c8c0d8192fa43b5a6 id-8c60b638a2304c2093064857b7dc8920"
textAlignment="1"
fillColor="#deddda">
<sourceConnections
Expand Down Expand Up @@ -703,7 +703,7 @@
x="12"
y="132"
width="120"
height="85"/>
height="61"/>
<archimateElement
xsi:type="archimate:ApplicationInteraction"
href="ApplicationInteraction_id-0a35bfde8b1a41678c3dd9d79a81cab1.xml#id-0a35bfde8b1a41678c3dd9d79a81cab1"/>
Expand Down Expand Up @@ -1470,7 +1470,7 @@
xsi:type="archimate:DiagramModelNote"
id="id-f266a74a805144b6b13c0fb86cc265fe"
textAlignment="1"
content="Существенная сложность. Логика, являющаяся причиной существования системы. Код, который чаще всего читают программисты.">
content="Существенная Сложность (Essential Complexity). Логика, являющаяся причиной существования системы. Код, который чаще всего читают программисты.">
<sourceConnections
id="id-95a6bedcb6a0480a9b48cea9747eb5ff"
source="id-f266a74a805144b6b13c0fb86cc265fe"
Expand Down Expand Up @@ -1849,7 +1849,7 @@
xsi:type="archimate:DiagramModelNote"
id="id-ef335d0860db4f1699fdf3520989263d"
font="1|Sans|12.0|1|GTK|1|"
content="Hexagonal Architecture"
content="CQRS Hexagonal Architecture"
textPosition="1">
<bounds
x="864"
Expand All @@ -1868,4 +1868,19 @@
width="905"
height="300"/>
</children>
<children
xsi:type="archimate:DiagramModelNote"
id="id-5a3e0395210244fdbb8455301100353e"
textAlignment="1"
content="Побочная Сложность (Accidental Complexity).">
<sourceConnections
id="id-8c60b638a2304c2093064857b7dc8920"
source="id-5a3e0395210244fdbb8455301100353e"
target="id-45baecaec39f43a0a82844aa6a37cccf"/>
<bounds
x="2736"
y="12"
width="185"
height="80"/>
</children>
</archimate:ArchimateDiagramModel>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<archimate:Path
xmlns:archimate="http://www.archimatetool.com/archimate"
name="Kafka Topic"
name="Bus Topic"
id="id-46efb0b40e434b03b592201ecb5c01c4"/>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<archimate:Path
xmlns:archimate="http://www.archimatetool.com/archimate"
name="Kafka Dead Letter Channel (copy)"
name="Bus Dead Letter Channel"
id="id-8bc3a6aee5064d25b04a8eef6904283b"/>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<archimate:Path
xmlns:archimate="http://www.archimatetool.com/archimate"
name="Kafka Queue"
name="Bus Queue"
id="id-d8e018988de1460fb5eb646b7d3a3cbf"/>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<archimate:Path
xmlns:archimate="http://www.archimatetool.com/archimate"
name="Kafka Reply Channel"
name="Bus Reply Channel"
id="id-f27627efea0f42b0825258b3ea46ca84"/>

0 comments on commit eca3533

Please sign in to comment.