feature: adding Kafka infrastructure

This commit is contained in:
luwenpeng
2024-07-17 15:47:07 +08:00
parent b59b736e4d
commit cc5a537940
14 changed files with 336 additions and 17 deletions

View File

@@ -70,7 +70,7 @@ prometheus_listen_port=9001
prometheus_listen_url=/sce_prometheus
[metrics]
# Kafka Topic: POLICY-RULE-METRICS
# Kafka Topic: POLICY-RULE-METRIC
enable=0
interval_s=1
telegraf_bind_address=127.0.0.1
@@ -82,3 +82,9 @@ path=/run/run/frr/bfdd.vty
device=eth0
local_address=127.0.0.1
gateway=127.0.0.1
[kafka]
brokerlist=192.168.40.224:9092
sasl_username=admin
sasl_passwd=galaxy2019
topic_name=POLICY-RULE-METRIC