1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Remove KAFKA config, because it's removed from code

This commit is contained in:
winlin 2020-03-14 14:38:26 +08:00
parent 446e5f9a0c
commit 88336b1f5e
2 changed files with 0 additions and 20 deletions

View file

@ -284,25 +284,6 @@ stream_caster {
listen 8936;
}
#############################################################################################
# Kafka sections
#############################################################################################
# Apache Kafka is a high-throughput distributed messaging system.
# SRS is a Kafka producer to send message to kafka.
# @see https://kafka.apache.org/documentation.html#introduction
kafka {
# whether enabled kafka.
# default: off
enabled off;
# the broker list, broker is <ip:port>
# and use space to specify multple brokers.
# for example, 127.0.0.1:9092 127.0.0.1:9093
brokers 127.0.0.1:9092;
# the kafka topic to use.
# default: srs
topic srs;
}
#############################################################################################
# RTMP/HTTP VHOST sections
#############################################################################################