chore: update changes
This commit is contained in:
parent
c50326360f
commit
d501c1ee9c
|
@ -186,9 +186,8 @@ t_session_taken(_) ->
|
|||
false
|
||||
end
|
||||
end,
|
||||
3000
|
||||
6000
|
||||
),
|
||||
|
||||
Publish(),
|
||||
|
||||
C2 = Connect(),
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
支持 Cassandra 数据桥接。在当前阶段:
|
||||
- 仅支持 Cassandra 3.x 版本,暂不支持 4.x。
|
||||
- 仅支持以同步的方式存储数据,暂不支持异步和批量的方式来存储数据到 Cassandra。
|
||||
|
|
Loading…
Reference in New Issue