mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Remove KAFKA. 3.0.53
This commit is contained in:
parent
bb3e8a41d1
commit
5d17bb8bb0
18 changed files with 7 additions and 3358 deletions
|
@ -31,7 +31,7 @@
|
|||
|
||||
/**
|
||||
* the round-robin load balance algorithm,
|
||||
* used for edge pull, kafka and other multiple server feature.
|
||||
* used for edge pull and other multiple server feature.
|
||||
*/
|
||||
class SrsLbRoundRobin
|
||||
{
|
||||
|
|
|
@ -390,13 +390,5 @@
|
|||
#define SRS_CONSTS_RTSP_RTSPVersionNotSupported_str "RTSP Version Not Supported"
|
||||
#define SRS_CONSTS_RTSP_OptionNotSupported_str "Option not support"
|
||||
|
||||
///////////////////////////////////////////////////////////
|
||||
// KAFKA consts values
|
||||
///////////////////////////////////////////////////////////
|
||||
#define SRS_CONSTS_KAFKA_DEFAULT_PORT 9092
|
||||
|
||||
// The common io timeout, for both recv and send.
|
||||
#define SRS_CONSTS_KAFKA_TIMEOUT (30 * SRS_UTIME_MILLISECONDS)
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -284,7 +284,7 @@
|
|||
#define ERROR_OCLUSTER_REDIRECT 3091
|
||||
|
||||
///////////////////////////////////////////////////////
|
||||
// HTTP/StreamCaster/KAFKA protocol error.
|
||||
// HTTP/StreamCaster protocol error.
|
||||
///////////////////////////////////////////////////////
|
||||
#define ERROR_HTTP_PATTERN_EMPTY 4000
|
||||
#define ERROR_HTTP_PATTERN_DUPLICATED 4001
|
||||
|
@ -316,14 +316,6 @@
|
|||
#define ERROR_AVC_NALU_UEV 4027
|
||||
#define ERROR_AAC_BYTES_INVALID 4028
|
||||
#define ERROR_HTTP_REQUEST_EOF 4029
|
||||
#define ERROR_KAFKA_CODEC_STRING 4030
|
||||
#define ERROR_KAFKA_CODEC_BYTES 4031
|
||||
#define ERROR_KAFKA_CODEC_REQUEST 4032
|
||||
#define ERROR_KAFKA_CODEC_RESPONSE 4033
|
||||
#define ERROR_KAFKA_CODEC_ARRAY 4034
|
||||
#define ERROR_KAFKA_CODEC_METADATA 4035
|
||||
#define ERROR_KAFKA_CODEC_MESSAGE 4036
|
||||
#define ERROR_KAFKA_CODEC_PRODUCER 4037
|
||||
#define ERROR_HTTP_302_INVALID 4038
|
||||
#define ERROR_BASE64_DECODE 4039
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue