summaryrefslogtreecommitdiff
path: root/kombu/transport/consul.py
diff options
context:
space:
mode:
Diffstat (limited to 'kombu/transport/consul.py')
-rw-r--r--kombu/transport/consul.py24
1 files changed, 23 insertions, 1 deletions
diff --git a/kombu/transport/consul.py b/kombu/transport/consul.py
index d7856295..5bebd8e4 100644
--- a/kombu/transport/consul.py
+++ b/kombu/transport/consul.py
@@ -1,8 +1,30 @@
-"""Consul Transport.
+"""Consul Transport module for Kombu.
+
+Features
+========
It uses Consul.io's Key/Value store to transport messages in Queues
It uses python-consul for talking to Consul's HTTP API
+
+Features
+========
+* Type: Native
+* Supports Direct: Yes
+* Supports Topic: *Unreviewed*
+* Supports Fanout: *Unreviewed*
+* Supports Priority: *Unreviewed*
+* Supports TTL: *Unreviewed*
+
+Connection String
+=================
+
+Connection string has the following format:
+
+.. code-block::
+
+ consul://CONSUL_ADDRESS[:PORT]
+
"""
import uuid