mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
add brokers to config
This commit is contained in:
parent
f187a7deef
commit
2a4ab8a923
4 changed files with 38 additions and 2 deletions
|
@ -240,6 +240,10 @@ kafka {
|
|||
# whether enabled kafka.
|
||||
# default: off
|
||||
enabled off;
|
||||
# the broker list, broker is <ip:port>
|
||||
# and use space to specify multple brokers.
|
||||
# for exampl, 127.0.0.1:9092 127.0.0.1:9093
|
||||
brokers 127.0.0.1:9092;
|
||||
}
|
||||
|
||||
#############################################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue