You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by li...@apache.org on 2023/03/13 09:36:27 UTC

[incubator-seatunnel] branch dev updated: [Bug] restApi cannot be accessed (#4320)

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

liugddx 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 2cc48935d [Bug] restApi cannot be accessed (#4320)
2cc48935d is described below

commit 2cc48935d5c865bc482e68481e91cf3003417f8f
Author: monster <60...@users.noreply.github.com>
AuthorDate: Mon Mar 13 17:36:18 2023 +0800

    [Bug] restApi cannot be accessed (#4320)
---
 config/hazelcast.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/config/hazelcast.yaml b/config/hazelcast.yaml
index 28e410fa4..84a6e2457 100644
--- a/config/hazelcast.yaml
+++ b/config/hazelcast.yaml
@@ -23,6 +23,8 @@ hazelcast:
       endpoint-groups:
         CLUSTER_WRITE:
           enabled: true
+        DATA:
+          enabled: true
     join:
       tcp-ip:
         enabled: true