mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
* merge: taos-tools and case 3.0 to main branch * add -s option and modify concurrent name to threads
29 lines
869 B
JSON
29 lines
869 B
JSON
{
|
|
"filetype": "subscribe",
|
|
"cfgdir": "/etc/taos",
|
|
"host": "127.0.0.1",
|
|
"port": 6030,
|
|
"user": "root",
|
|
"password": "taosdata",
|
|
"databases": "test",
|
|
"confirm_parameter_prompt": "no",
|
|
"result_file": "./tmq_result_sequ.txt",
|
|
"tmq_info": {
|
|
"concurrent": 4,
|
|
"poll_delay": 3000,
|
|
"create_mode": "sequential",
|
|
"group_mode": "independent",
|
|
"group.id": "grpId_0",
|
|
"client.id": "clientId",
|
|
"auto.offset.reset": "earliest",
|
|
"enable.auto.commit": "true",
|
|
"auto.commit.interval.ms": 1000,
|
|
"experimental.snapshot.enable": "true",
|
|
"msg.with.table.name": "false",
|
|
"rows_file": "./rows_file_sequ",
|
|
"expect_rows": 1000,
|
|
"topic_list": [
|
|
{"name": "topic_benchmark_meters", "sql": "select * from test.meters;"}
|
|
]
|
|
}
|
|
}
|