mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
support show the summary of kafka metadata.
This commit is contained in:
parent
d013374871
commit
f0e39cc330
8 changed files with 111 additions and 20 deletions
|
@ -35,6 +35,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
#endif
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include <srs_kernel_consts.hpp>
|
||||
|
||||
|
@ -130,5 +131,8 @@ extern int srs_write_large_iovs(
|
|||
ssize_t* pnwrite = NULL
|
||||
);
|
||||
|
||||
// join string in vector with indicated separator
|
||||
extern std::string srs_join_vector_string(std::vector<std::string>& vs, std::string separator);
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue