forked from platypush/platypush
Added Kafka plugin
This commit is contained in:
parent
d0fea0c9c6
commit
61e211ee07
7 changed files with 125 additions and 16 deletions
docs/source
|
@ -10,6 +10,7 @@ Events
|
|||
platypush/events/geo.rst
|
||||
platypush/events/http.rst
|
||||
platypush/events/http.rss.rst
|
||||
platypush/events/kafka.rst
|
||||
platypush/events/midi.rst
|
||||
platypush/events/music.rst
|
||||
platypush/events/path.rst
|
||||
|
|
6
docs/source/platypush/events/kafka.rst
Normal file
6
docs/source/platypush/events/kafka.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
``platypush.message.event.kafka``
|
||||
=================================
|
||||
|
||||
.. automodule:: platypush.message.event.kafka
|
||||
:members:
|
||||
|
6
docs/source/platypush/plugins/kafka.rst
Normal file
6
docs/source/platypush/plugins/kafka.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
``platypush.plugins.kafka``
|
||||
===========================
|
||||
|
||||
.. automodule:: platypush.plugins.kafka
|
||||
:members:
|
||||
|
|
@ -24,6 +24,7 @@ Plugins
|
|||
platypush/plugins/gpio.zeroborg.rst
|
||||
platypush/plugins/http.request.rst
|
||||
platypush/plugins/ifttt.rst
|
||||
platypush/plugins/kafka.rst
|
||||
platypush/plugins/light.rst
|
||||
platypush/plugins/light.hue.rst
|
||||
platypush/plugins/midi.rst
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue