mirror of
https://github.com/taigrr/nats.docs
synced 2025-01-18 04:03:23 -08:00
Update intro.md
This commit is contained in:
parent
6bc9454a2f
commit
42e1be73cf
@ -10,12 +10,12 @@ graph nats {
|
|||||||
|
|
||||||
publisher [shape="record", label="{Application 1 | <nats> NATS Publisher}"];
|
publisher [shape="record", label="{Application 1 | <nats> NATS Publisher}"];
|
||||||
application [shape="record", label="{Application 3 | <nats> }"];
|
application [shape="record", label="{Application 3 | <nats> }"];
|
||||||
nats-server [shape="box", label="", width=4, height=0, penwidth=1];
|
gnatsd [shape="box", label="", width=4, height=0, penwidth=1];
|
||||||
subscriber [shape="record", label="{<nats> NATS Subscriber | Application 2}"];
|
subscriber [shape="record", label="{<nats> NATS Subscriber | Application 2}"];
|
||||||
|
|
||||||
publisher:nats -- nats-server [penwidth=2];
|
publisher:nats -- gnatsd [penwidth=2];
|
||||||
application:nats -- nats-server;
|
application:nats -- gnatsd;
|
||||||
nats-server -- subscriber:nats [penwidth=2, dir="forward"];
|
gnatsd -- subscriber:nats [penwidth=2, dir="forward"];
|
||||||
}
|
}
|
||||||
</code></div>
|
</code></div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user