We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c61be23 commit 2a40957Copy full SHA for 2a40957
README.md
@@ -1,4 +1,4 @@
1
-# Kafka listener
+# Kafka watcher
2
3
This is a simple Python daeom listening to Kafka topics and
4
processing the messages. Configured by YAML file. Example:
@@ -10,3 +10,7 @@ processing the messages. Configured by YAML file. Example:
10
hostname: localhost:11211
11
12
Handler classes are expected to be in handlers directory.
13
+
14
+Run:
15
16
+ python kafka-watcher.py --config watchers.yaml
0 commit comments