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
|
@ -634,6 +634,10 @@ public:
|
|||
* whether the kafka enabled.
|
||||
*/
|
||||
virtual bool get_kafka_enabled();
|
||||
/**
|
||||
* get the broker list, each is format in <ip:port>.
|
||||
*/
|
||||
virtual SrsConfDirective* get_kafka_brokers();
|
||||
// vhost specified section
|
||||
public:
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue