Last active
March 23, 2017 08:45
-
-
Save smetj/4ff4a9a65314ec094fbff39c6f4da857 to your computer and use it in GitHub Desktop.
path.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Without circular ref | |
client.choria -> nats1.fed | |
nats3.fed -> fb builder:1 -> nats2.choria | |
nats1.choria -> dev1-0.choria -> nats1.choria | |
nats3.choria -> fb builder:2 -> nats2.fed | |
nats1.fed -> client.choria | |
With circular ref: | |
client.choria -> nats1.fed -> | |
| nats3.fed -> fb builder:1 -> nats2.choria | |
| nats1.choria -> dev1-0.choria | |
| <- nats2.fed <- fb builder:2 <- nats3.choria <- | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
when I was designing it I sketched something like:
mainly to inform the data structure, yours is nicer! thanks