TDengine/tests/army/tools/benchmark/basic/json/tmq_basic2.json
Alex Duan b6a63a76f5
merge: taos-tools and case 3.0 to main branch (#30802)
* merge: taos-tools and case 3.0 to main branch

* add -s option and modify concurrent name to threads
2025-04-17 15:29:23 +08:00

28 lines
874 B
JSON

{
"filetype": "subscribe",
"cfgdir": "/etc/taos",
"host": "127.0.0.1",
"port": 6030,
"user": "root",
"password": "taosdata",
"confirm_parameter_prompt": "no",
"result_file": "./tmq_result.txt",
"tmq_info": {
"concurrent": 2,
"poll_delay": 3000,
"group.id": "",
"client.id": "clientId",
"auto.offset.reset": "earliest",
"enable.manual.commit": "true",
"enable.auto.commit": "true",
"auto.commit.interval.ms": 1000,
"experimental.snapshot.enable": "true",
"msg.with.table.name": "true",
"rows_file": "./consumed_rows",
"expect_rows": -1,
"topic_list": [
{"name": "tmq_topic_0", "sql": "select * from db.stb;"},
{"name": "tmq_topic_1", "sql": "select * from db.stb"}
]
}
}