Skip to content

verticle-io/discobit-client-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

discobit-client-java

discoBit - Remote Application Configuration Management

discoBit is a service which enables remote configuration of applications. Configurations are read from the central server during bootstrap or on demand by your software.

#About Instead of providing each installed application, script or process with local configuration you shift everything to a central instance which serves as a single point of truth. All properties are organized in configuration buckets which are uniquely identified and secured from unauthorized access.

Your software calls the central service cluster via REST and reads the applied properties when appropriate. You need to provide a single remote-configuration-ID or a unique identifier for the calling node (hostname, IP) and security credentials to access the remote configuration.

Apply changes to your configs for massive infrastructures without any need for rollouts or restarts.

See www.discobit.com

Java Client Library - Usage

This library eases access to the REST based API for discoBit.