You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by do...@apache.org on 2022/03/23 09:37:04 UTC

[incubator-inlong] branch master updated (e764de9 -> e40e8f5)

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

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


    from e764de9  [INLONG-3323][Manager] Add APIs for manager client (#3325)
     add e40e8f5  [INLONG-3324][TubeMQ]Optimize CliMetaDataBRU class implementation (#3330)

No new revisions were added by this update.

Summary of changes:
 .../tubemq/server/common/TServerConstants.java     |    6 +
 .../tubemq/server/common/fielddef/CliArgDef.java   |    6 +-
 .../metastore/dao/entity/TopicCtrlEntity.java      |    7 +-
 .../metastore/dao/entity/TopicDeployEntity.java    |    7 +-
 .../metastore/dao/entity/TopicPropGroup.java       |    4 +-
 .../metastore/impl/AbsMetaConfigMapperImpl.java    |   29 +-
 .../metastore/impl/AbsTopicCtrlMapperImpl.java     |    4 +-
 .../metastore/impl/AbsTopicDeployMapperImpl.java   |    6 +-
 .../master/web/handler/WebBrokerConfHandler.java   |   34 +-
 .../master/web/handler/WebTopicCtrlHandler.java    |    9 +-
 .../master/web/handler/WebTopicDeployHandler.java  |    6 +-
 .../tubemq/server/tools/cli/CliMetaDataBRU.java    | 1147 ++++++++++++--------
 .../metastore/dao/entity/TopicCtrlEntityTest.java  |    2 +-
 .../dao/entity/TopicDeployEntityTest.java          |    2 +-
 14 files changed, 797 insertions(+), 472 deletions(-)