Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

maintain(doc) modify conf #52

Merged
merged 1 commit into from
Sep 26, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions rsqldb-disk/conf/rsqldb.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,20 @@ NAMESRV_ADDR=127.0.0.1:9876
#流处理任务命名空间
namespace=test

## 流计算经过任务解析器(rsqldb-server)解析后保存位置,可以是memory, DB 或者file
## 流计算经过rsqldb-server解析成任务后,流计算任务保存位置,rslqdb-runner从该位置读取流计算任务。可以是memory, DB 或者file
configurable.storage.type=file

#如果保存类型是DB,需要提供DB配置;
#如果configurable.storage.type类型是DB,需要提供DB配置;
jdbc.url=
jdbc.username=
jdbc.password=

#如果configurable.storage.type类型是file,需要提供文件写入位置
#filePathAndName=/Users/rsqldb/rsqldb-disk/server/rsqldb.cs
filePathAndName=

## 窗口配置
#group by 时窗口大小,单位s,默认为10s
window.default.iterval.size.time=

#client产生的流计算任务位置,目前需要填绝对路径,client生成后,runner从该位置读取流计算任务。配置形式为:
#filePathAndName=/Users/rsqldb/rsqldb-disk/server/rsqldb.cs
filePathAndName=