# knightliao/disconf

Distributed Configuration Management Platform(分布式配置管理平台)

Repository: https://github.com/knightliao/disconf
Canonical: https://ross.abutalabs.com/products/disconf
Homepage: http://disconf.readthedocs.io/
Language: Java
License: Apache-2.0
License Family: permissive
Last push: 2023-07-18T10:35:44+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4478, "days_push": 1142, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 5522, forks 2251 (observed 2026-08-28T04:09:21.915300+00:00)

## What it is
Disconf is a distributed configuration management platform consisting of a web console and a Java client library for centrally managing configuration items and files across environments (RD/QA/production). It supports dynamic, real-time config updates without repackaging or restarting applications, using annotation-based or XML-based low-intrusion integration.

## Use cases
- manage configuration for distributed java services from a central web console
- update application config at runtime without restarting services
- use the same deployment package across dev, qa, and production environments
- share configuration items across multiple projects and services
- get notified via callbacks when a configuration value changes
- monitor and validate that running apps have correct configuration

## When to choose
- you run java/spring distributed systems and need centralized, dynamically-updated configuration
- you want a self-hosted config center with a web management UI
- you need low-intrusion integration via annotations or XML with fallback to local config

## When to avoid
- your stack is not jvm-based, since the client is java-only
- you need a modern, actively developed solution - alternatives like Nacos or Apollo are more actively maintained
- you only need simple static config files without dynamic updates

## Facets
- artifact type: service
- maturity: maintenance
- function: configuration-management, web-framework, monitoring
- domain: microservices, backend, self-hosted
- platform: jvm, self-hosted
- tags: distributed-configuration, config-center, dynamic-config, zookeeper, spring, java-client, web-console, devops, web-server, docker

## Member repositories
- knightliao/disconf (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:21.915300+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:55:47.018121+00:00, confidence not recorded.
  - readme: https://github.com/knightliao/disconf (fetched 2026-08-28T04:09:21.915300+00:00, sha ab5dd0d21830)
- Data as of 2026-08-30T08:39:29.467469+00:00.
