Skip to content

Commit

Permalink
Merge pull request #685 from taosdata/plum-lihui-patch-1
Browse files Browse the repository at this point in the history
Update tmq.json
  • Loading branch information
plum-lihui committed Jun 29, 2023
2 parents 4286cf6 + 92fd2ca commit 3f8a5dd
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions example/tmq.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,23 @@
"port": 6030,
"user": "root",
"password": "taosdata",
"databases": "test",
"confirm_parameter_prompt": "no",
"specified_table_query": {
"concurrent": 1,
"interval": 1000,
"sqls": [
{
"sql": "select current from meters;"
}
"result_file": "tmq_res.txt",
"tmq_info": {
"concurrent": 99,
"poll_delay": 100000,
"group.id": "",
"group_mode": "independent",
"create_mode": "parallel",
"client.id": "cliid_0001",
"auto.offset.reset": "earliest",
"enable.manual.commit": "false",
"enable.auto.commit": "false",
"auto.commit.interval.ms": 1000,
"experimental.snapshot.enable": "false",
"msg.with.table.name": "false",
"rows_file": "",
"topic_list": [
{"name": "dbtstb_0001", "sql": "select * from dbt.stb;"}
]
}
}

0 comments on commit 3f8a5dd

Please sign in to comment.