-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration
Qichao Chu edited this page Apr 9, 2026
·
1 revision
uGroup is configured via environment variables or application.yml:
| Environment Variable | Description | Default |
|---|---|---|
KAFKA_BOOTSTRAP_SERVERS |
Kafka bootstrap servers | localhost:9092 |
UGROUP_CONSUMER_GROUP |
Consumer group for uGroup itself | ugroup-monitor |
UGROUP_CLUSTER_NAME |
Name for this Kafka cluster | default |
UGROUP_WATCHLIST_MODE |
Filtering mode: all, static, regex
|
all |
UGROUP_WATCHLIST_FILE |
Path to static watchlist YAML | - |
UGROUP_BLOCKLIST_FILE |
Path to blocklist YAML | - |
UGROUP_METRICS_ENABLED |
Enable Prometheus metrics | true |
UGROUP_CACHE_TYPE |
Cache type: caffeine, memory, none
|
caffeine |
See also: