-
Notifications
You must be signed in to change notification settings - Fork 0
Watchlist Configuration
Qichao Chu edited this page Apr 9, 2026
·
1 revision
Create a file like watchlist.yaml:
watchlist:
- group: my-consumer-group
topics:
- events-topic
- notifications-topic
metadata:
type: application
- group: analytics-consumer
topics:
- clickstream-eventsSet UGROUP_WATCHLIST_MODE=static and UGROUP_WATCHLIST_FILE=/path/to/watchlist.yaml.
Set UGROUP_WATCHLIST_MODE=regex and configure patterns:
ugroup:
watchlist:
mode: regex
include-patterns:
- "production-.*"
- ".*-consumer$"
exclude-patterns:
- "test-.*"