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

kafka use temp transport to fetch metadata.

This commit is contained in:
winlin 2015-10-22 16:57:27 +08:00
parent 531b658f8e
commit 22fa9a0f1f
2 changed files with 6 additions and 7 deletions

View file

@ -164,8 +164,6 @@ public:
private:
SrsLbRoundRobin* lb;
SrsAsyncCallWorker* worker;
SrsTcpClient* transport;
SrsKafkaClient* kafka;
public:
SrsKafkaProducer();
virtual ~SrsKafkaProducer();