temp commit

This commit is contained in:
tomchon 2021-05-26 21:24:34 +08:00
parent 53bba6113c
commit cd6258ebfb
2 changed files with 22 additions and 6 deletions

View File

@ -11,14 +11,29 @@
{
"concurrent":2,
"mode":"sync",
"interval":1000,
"resubAfterConsume":10,
"restart":"no",
"keepProgress":"yes",
"interval":0,
"keepProgress":"no",
"restart":"yes",
"resubAfterConsume":1,
"sqls": [
{
"sql": "select * from stb00_0",
"result": "./subscribe_res0.txt"
}]
},
"super_table_query":
{
"stblname": "stb0",
"threads":2,
"mode":"sync",
"interval":1000,
"keepProgress":"yes",
"restart":"no",
"resubAfterConsume":1,
"sqls": [
{
"sql": "select * from xxxx where ts >= '2021-02-25 10:00:01.000' ",
"result": "./subscribe_res2.txt"
}]
}
}

View File

@ -13,8 +13,9 @@
"threads":4,
"mode":"sync",
"interval":0,
"restart":"no",
"keepProgress":"no",
"restart":"yes",
"resubAfterConsume":0,
"keepProgress":"yes",
"sqls": [
{
"sql": "select * from xxxx where ts >= '2021-02-25 10:00:00.000' ",