Skip to content

Commit 7d19e4c

Browse files
committed
udapte config example: add kafka local config
1 parent b2bcf42 commit 7d19e4c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

config_example.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,13 @@
5656
"enable": true
5757
},
5858

59+
"kafka_local": {
60+
"kind": "kafka",
61+
"url": "kafka://127.0.0.1:9092",
62+
"checkInterval": 5,
63+
"enable": true
64+
},
65+
5966
"airflow_one": {
6067
"kind": "airflow",
6168
"url": "http://localhost:8080/health",

0 commit comments

Comments
 (0)