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:
parent
ab1e62a886
commit
b5ccc35340
3 changed files with 47 additions and 1 deletions
|
@ -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
|
||||
#############################################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue