I use the embedded etcd server for testing and was wondering if there was a more direct in memory way of connecting to it? An alternative to using a socket. The socket isn't a big deal but it feels silly leaving the process only to connect back into the same process via socket, it would be interesting to do that with channels or something.