소스 검색

chore: update changes

JianBo He 2 년 전
부모
커밋
d501c1ee9c
3개의 변경된 파일1개의 추가작업 그리고 5개의 파일을 삭제
  1. 1 2
      apps/emqx/test/emqx_banned_SUITE.erl
  2. 0 2
      changes/ee/feat-10140.en.md
  3. 0 1
      changes/ee/feat-10140.zh.md

+ 1 - 2
apps/emqx/test/emqx_banned_SUITE.erl

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

+ 0 - 2
changes/ee/feat-10140.en.md

@@ -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.

+ 0 - 1
changes/ee/feat-10140.zh.md

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