Skip to content

DFM의 Cloud Storage에서 Configuration 정보를 제공하는 Controller Service

License

Notifications You must be signed in to change notification settings

TheOpenCloudEngine/dfm-configuration-services

Repository files navigation

DFM Configuration Services

AWS, Azure 등의 Public Cloud의 Storage 서비스에서 Configuration 정보를 로딩하여 제공하는 DFM 서비스

지원하는 Public Cloud

  • AWS
  • Azure (TBD)

지원하는 주요 기능

  • YAML
  • XML
  • Properties
  • JSON
  • Text 등

Processor에서 사용하기

Processor에서 이 Controller Service를 호출하기 위해서 Maven POM에 API를 dependency로 추가하도록 합니다.

<dependency>
  <groupId>org.opencloudengine.dfm</groupId>
  <artifactId>dfm-configuration-api</artifactId>
  <version>1.0.0</version>
</dependency>

사용상 제약사항

  • Configuration 파일을 로딩한 후 캐슁을 진행하므로 캐슁된 내용을 변경하고자 하는 경우
    • Configuration Service를 재시작하거나
    • org.opencloudengine.dfm.services.configuration.ConfigurationService.reload() 메소드를 호출한다.

About

DFM의 Cloud Storage에서 Configuration 정보를 제공하는 Controller Service

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages