diff options
| author | Wido den Hollander <wido@widodh.nl> | 2016-04-11 14:56:58 +0200 |
|---|---|---|
| committer | Ask Solem <ask@celeryproject.org> | 2016-06-15 17:41:32 -0700 |
| commit | 551d92014d09f43ea30f0a3ff7ea6af3eb764a1e (patch) | |
| tree | fce8e9ae49b61795fb37a56858fe47700981cc70 /docs/reference | |
| parent | ad45023e821d21fe52e8328a0d85336794ed555d (diff) | |
| download | kombu-551d92014d09f43ea30f0a3ff7ea6af3eb764a1e.tar.gz | |
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.
Diffstat (limited to 'docs/reference')
| -rw-r--r-- | docs/reference/kombu.transport.consul.rst | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/reference/kombu.transport.consul.rst b/docs/reference/kombu.transport.consul.rst new file mode 100644 index 00000000..5e429617 --- /dev/null +++ b/docs/reference/kombu.transport.consul.rst @@ -0,0 +1,20 @@ +.. currentmodule:: kombu.transport.consul + +.. automodule:: kombu.transport.consul + + .. contents:: + :local: + + Transport + --------- + + .. autoclass:: Transport + :members: + :undoc-members: + + Channel + ------- + + .. autoclass:: Channel + :members: + :undoc-members: |
