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, "concurrent":2,
"mode":"sync", "mode":"sync",
"interval":1000, "interval":0,
"resubAfterConsume":10, "keepProgress":"no",
"restart":"no", "restart":"yes",
"keepProgress":"yes", "resubAfterConsume":1,
"sqls": [ "sqls": [
{ {
"sql": "select * from stb00_0", "sql": "select * from stb00_0",
"result": "./subscribe_res0.txt" "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, "threads":4,
"mode":"sync", "mode":"sync",
"interval":0, "interval":0,
"restart":"no", "restart":"yes",
"keepProgress":"no", "resubAfterConsume":0,
"keepProgress":"yes",
"sqls": [ "sqls": [
{ {
"sql": "select * from xxxx where ts >= '2021-02-25 10:00:00.000' ", "sql": "select * from xxxx where ts >= '2021-02-25 10:00:00.000' ",