Skip to content

Commit 2a40957

Browse files
committed
Update README.md
1 parent c61be23 commit 2a40957

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Kafka listener
1+
# Kafka watcher
22

33
This is a simple Python daeom listening to Kafka topics and
44
processing the messages. Configured by YAML file. Example:
@@ -10,3 +10,7 @@ processing the messages. Configured by YAML file. Example:
1010
hostname: localhost:11211
1111

1212
Handler classes are expected to be in handlers directory.
13+
14+
Run:
15+
16+
python kafka-watcher.py --config watchers.yaml

0 commit comments

Comments
 (0)