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

add kafka config

This commit is contained in:
winlin 2015-09-22 15:10:43 +08:00
parent ab1e62a886
commit b5ccc35340
3 changed files with 47 additions and 1 deletions

View file

@ -230,6 +230,18 @@ 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;
}
#############################################################################################
# RTMP/HTTP VHOST sections
#############################################################################################