With
app -> db1: w
app -> db2: r
db1 and db2 are naturally aligned.

but if I want to explicit replication between my two DB
app -> db1: w
app -> db2: r
db1 -- db2
Then DBs are not aligned anymore making the diagram awkward.

Plantuml allows this by using different types of arrows : one dash means horizontal spacing, two dashes (and more) meand vertical spacing.

reminds me #724
With
db1 and db2 are naturally aligned.
but if I want to explicit replication between my two DB
Then DBs are not aligned anymore making the diagram awkward.
Plantuml allows this by using different types of arrows : one dash means horizontal spacing, two dashes (and more) meand vertical spacing.
reminds me #724