chore: update changes

This commit is contained in:
JianBo He 2023-04-11 10:31:21 +08:00
parent c50326360f
commit d501c1ee9c
3 changed files with 1 additions and 5 deletions

View File

@ -186,9 +186,8 @@ t_session_taken(_) ->
false
end
end,
3000
6000
),
Publish(),
C2 = Connect(),

View File

@ -1,4 +1,2 @@
Integrate `Cassandra` into `bridges` as a new backend. At the current stage:
- Only support Cassandra version 3.x, not yet 4.x.
- Only support storing data in synchronously, not yet asynchronous and batch
method to store data to Cassandra.

View File

@ -1,3 +1,2 @@
支持 Cassandra 数据桥接。在当前阶段:
- 仅支持 Cassandra 3.x 版本,暂不支持 4.x。
- 仅支持以同步的方式存储数据,暂不支持异步和批量的方式来存储数据到 Cassandra。