Hi,
I am currently writing some helper libraries for microservices. It will be very pluggable, out of the box it just supports etcd and vulcand.
Anyway, I am writing a server library that assists some of the bootstrapping process. I can add more automation, but I would lose the ability to mux with standard http handlers. The question is...
Should I be concerned about mux when I am dealing with microservices? By definition I would think microservices themselves should not be muxing at all, because vulcand should be handling that.
