Code Monkey home page Code Monkey logo

config-server's Introduction

Config Server

Choerodon's configuration service, configuration center for unified management of service configuration files. The local service directly applies the configuration of the local configuration file. The online service except manager-service, register-server, and config-server pulls from config-sever, and the config-server obtain configuration from the manager-service. The configuration of the service needs to import the service configuration into the manager-service database through choerodon-tool-config.

  • Pull configuration rules.

    If the service includes the configuration version when pulling configurations, the corresponding version configuration is pulled, otherwise, the default configuration is pulled.

Requirements

  • This service is an eureka client service. The local executing needs to cooperate with eureka-server, and the online executing needs to cooperate with go-register-server.
  • The config-server obtains the configuration from the manager-service management service and needs to start the manager-service.
  • The configuration of other services needs to be imported into the manager-service database by using choerodon-tool-config.

Installation and Getting Started

  • run eureka-server
  • switch into the project directory and run mvn spring-boot:run

Dependencies

  • go-register-server: Registration service
  • manager-service: Management service

Links

How to Contribute

Pull requests are welcome! Follow to know for more information on how to contribute.

Note

  • Local service uses the configuration in the configuration file directly, without starting the service
  • It need to work with manager-service when execute online, and Online needs to be used in conjunction with manager-service, And the configuration of the service needs to import service configuration into manager-service database by choerodon-tool-config.

config-server's People

Contributors

azengqiang avatar devane001 avatar flyleft avatar longhe1996 avatar superlee007 avatar vinkdong avatar zmfcn avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

config-server's Issues

application.yml Wrong Configuration

version:0.6.0.RELEASE.

binder:
  binder:
    brokers: 127.0.0.1:9092
    zkNodes: 127.0.0.1:2181

Wrong config here?The correct Configuration should be like this?

binder:
  brokers: 127.0.0.1:9092
  zk-nodes: 127.0.0.1:2181

it works for me,whatever...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.