onyx

FYI: alternative Onyx :onyx: chat is at <https://gitter.im/onyx-platform/onyx> ; log can be found at <https://clojurians-log.clojureverse.org/onyx/index.html>
2018-06-17T09:35:54.000065Z

@gardnervickers just verifying that i've got this right, but i'm now running the aeron media driver in a separate docker container, and as far as i understand, this then means that Onyx's external address becomes the address of the aeron media driver. this makes sense, but since this seems completely undocumented, i wanted to double check

gardnervickers 2018-06-17T09:50:10.000063Z

Yes but you should be colocating both containers on the same host so they can communicate over shared memory

2018-06-17T10:31:53.000048Z

yes, it's more related on how other peers would communicate with a single peer

2018-06-17T10:33:09.000004Z

i think docker is a bit of a special case here, in where the media driver is colocated with the peer on the same physical host, but cannot be communicated with using the same hostname