Commit Graph

2 Commits

Author SHA1 Message Date
Ask Solem 87a5568bc8 Use Google-style docstrings 2016-07-16 11:51:23 -07:00
Wido den Hollander 551d92014d Add Consul K/V store Transport
Using the Key/Value store of Consul.io this commit adds a new
Transport.

It is a simple Transport which Messages as Keys in the K/V store
of Consul using the HTTP API.

The HTTP API is consumed using the python-consul client which exposes
the API in a Python way.
2016-06-15 17:41:32 -07:00