Merge branch 'feat/TS-5776' of https://github.com/taosdata/TDengine into feat/TS-5776
This commit is contained in:
commit
c5eeadd15b
|
@ -1720,7 +1720,7 @@ tmq_t* tmq_consumer_new(tmq_conf_t* conf, char* errstr, int32_t errstrLen) {
|
||||||
pTmq->resetOffsetCfg = conf->resetOffset;
|
pTmq->resetOffsetCfg = conf->resetOffset;
|
||||||
pTmq->replayEnable = conf->replayEnable;
|
pTmq->replayEnable = conf->replayEnable;
|
||||||
pTmq->sourceExcluded = conf->sourceExcluded;
|
pTmq->sourceExcluded = conf->sourceExcluded;
|
||||||
pTmq->rawData = conf->rawData;
|
pTmq->rawData = 1;
|
||||||
pTmq->enableBatchMeta = conf->enableBatchMeta;
|
pTmq->enableBatchMeta = conf->enableBatchMeta;
|
||||||
tstrncpy(pTmq->user, user, TSDB_USER_LEN);
|
tstrncpy(pTmq->user, user, TSDB_USER_LEN);
|
||||||
if (taosGetFqdn(pTmq->fqdn) != 0) {
|
if (taosGetFqdn(pTmq->fqdn) != 0) {
|
||||||
|
|
|
@ -178,7 +178,7 @@ int32_t tqExtractDropCtbDataBlock(const void* data, int32_t len, int64_t ver, vo
|
||||||
#define TQ_SUBSCRIBE_NAME "subscribe"
|
#define TQ_SUBSCRIBE_NAME "subscribe"
|
||||||
#define TQ_OFFSET_NAME "offset-ver0"
|
#define TQ_OFFSET_NAME "offset-ver0"
|
||||||
#define TQ_POLL_MAX_TIME 1000
|
#define TQ_POLL_MAX_TIME 1000
|
||||||
#define TQ_POLL_MAX_BYTES 1048576
|
#define TQ_POLL_MAX_BYTES 10485760
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
"insert_mode": "taosc",
|
"insert_mode": "taosc",
|
||||||
"non_stop_mode": "no",
|
"non_stop_mode": "no",
|
||||||
"line_protocol": "line",
|
"line_protocol": "line",
|
||||||
"insert_rows": 10000,
|
"insert_rows": 30,
|
||||||
"childtable_limit": 0,
|
"childtable_limit": 0,
|
||||||
"childtable_offset": 0,
|
"childtable_offset": 0,
|
||||||
"interlace_rows": 1,
|
"interlace_rows": 1,
|
||||||
|
|
Loading…
Reference in New Issue