You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by ty...@apache.org on 2023/03/10 02:03:05 UTC

[incubator-seatunnel] branch dev updated: [Hotfix][Docs] remove queue config, fix disruptor error and then recover. (#4319)

This is an automated email from the ASF dual-hosted git repository.

tyrantlucifer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new 6b7c81d1a [Hotfix][Docs] remove queue config, fix disruptor error and then recover. (#4319)
6b7c81d1a is described below

commit 6b7c81d1a35e4976b0ab4a7c6d1fae261879ce14
Author: Guangdong Liu <80...@qq.com>
AuthorDate: Fri Mar 10 10:02:59 2023 +0800

    [Hotfix][Docs] remove queue config, fix disruptor error and then recover. (#4319)
    
    * fix compile error
    
    * remove queue config
    
    * Revert "fix compile error"
    
    This reverts commit 118807de
---
 docs/en/seatunnel-engine/deployment.md | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/docs/en/seatunnel-engine/deployment.md b/docs/en/seatunnel-engine/deployment.md
index d537a6b4b..c6e09669f 100644
--- a/docs/en/seatunnel-engine/deployment.md
+++ b/docs/en/seatunnel-engine/deployment.md
@@ -103,17 +103,6 @@ seatunnel:
 
 About the checkpoint storage, you can see [checkpoint storage](checkpoint-storage.md)
 
-### 4.4 Intermediate Queue Type
-
-Task internal exchange queue type. There are currently two types of `disruptor` and `blockingqueue`.
-
-```
-seatunnel:
-    engine:
-        queue-type: disruptor
-        # other config
-```
-
 ## 5. Config SeaTunnel Engine Server
 
 All SeaTunnel Engine Server config in `hazelcast.yaml` file.