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

refine kafka

This commit is contained in:
winlin 2016-12-08 11:44:49 +08:00
parent 5a76f15e4e
commit 9a3674c624
8 changed files with 101 additions and 53 deletions

View file

@ -254,9 +254,6 @@ private:
#ifdef SRS_AUTO_INGEST
SrsIngester* ingester;
#endif
#ifdef SRS_AUTO_KAFKA
SrsKafkaProducer* kafka;
#endif
private:
/**
* the pid file fd, lock the file write when server is running.
@ -319,7 +316,6 @@ public:
virtual int register_signal();
virtual int http_handle();
virtual int ingest();
virtual int start_kafka();
virtual int cycle();
// server utilities.
public: