fix:[TS-5776]add raw type from consumer
This commit is contained in:
parent
891a6057ca
commit
c3f4c4cf27
|
@ -1745,7 +1745,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) {
|
||||||
|
|
Loading…
Reference in New Issue