Skip to content

Nacos 配置中心和注册中心分离部署 #8868

Open
@wangdongyun

Description

@wangdongyun

Is your feature request related to a problem? Please describe.
nacos 注册中心和配置中心可以分离部署,但是如何做,没有找到好的资料!
应该是有不同的编译命令?

Describe the solution you'd like
希望 提供可独立编译的模块,比如独立部署 config 模块,包含了核心功能 和 管理台

现状
执行全量的编译打包,
执行 bin/startup.sh -f config
展示效果 可以看到服务管理页面 =====》不符合预期
执行 bin/startup.sh -f naming
展示效果 看不到 配置页面 ======》符合预期

希望效果:
即使 bin/startups.h -f config 页面可以隐藏掉 服务管理页面,其实也不太符合预期
因为 后端代码没有分离,只是控制台展示上隐藏了一个 tab,本质是骗人的。

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions