You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by go...@apache.org on 2021/12/16 02:35:12 UTC

[incubator-inlong] branch master updated: [INLONG-2002] creating data access with pulsar, users should be able to change the ensemble param (#2008)

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

gosonzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new baac9a7  [INLONG-2002] creating data access with pulsar, users should be able to change the ensemble param (#2008)
baac9a7 is described below

commit baac9a7352b5389e98c4718dd6e4ae69c206e494
Author: Daniel <le...@outlook.com>
AuthorDate: Thu Dec 16 10:35:09 2021 +0800

    [INLONG-2002] creating data access with pulsar, users should be able to change the ensemble param (#2008)
---
 inlong-website/src/pages/AccessCreate/Business/config.tsx | 2 +-
 inlong-website/src/pages/AccessDetail/Info/config.tsx     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/inlong-website/src/pages/AccessCreate/Business/config.tsx b/inlong-website/src/pages/AccessCreate/Business/config.tsx
index 607f40f..e8145af 100644
--- a/inlong-website/src/pages/AccessCreate/Business/config.tsx
+++ b/inlong-website/src/pages/AccessCreate/Business/config.tsx
@@ -66,7 +66,7 @@ export const getFormContent = ({ changedValues, isUpdate }) =>
         ),
         visible: values => values.middlewareType === 'PULSAR',
       },
-      // 'mqExtInfo.ensemble',
+      'mqExtInfo.ensemble',
       'mqExtInfo.writeQuorum',
       'mqExtInfo.ackQuorum',
       {
diff --git a/inlong-website/src/pages/AccessDetail/Info/config.tsx b/inlong-website/src/pages/AccessDetail/Info/config.tsx
index f70d41d..e339ccc 100644
--- a/inlong-website/src/pages/AccessDetail/Info/config.tsx
+++ b/inlong-website/src/pages/AccessDetail/Info/config.tsx
@@ -78,7 +78,7 @@ function transType(editing: boolean, conf, initialValues) {
         'cnName',
         'description',
         'inCharges',
-        // 'mqExtInfo.ensemble',
+        'mqExtInfo.ensemble',
         'mqExtInfo.writeQuorum',
         'mqExtInfo.ackQuorum',
         'mqExtInfo.retentionTime',