We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Create a file like watchlist.yaml:
watchlist.yaml
watchlist: - group: my-consumer-group topics: - events-topic - notifications-topic metadata: type: application - group: analytics-consumer topics: - clickstream-events
Set UGROUP_WATCHLIST_MODE=static and UGROUP_WATCHLIST_FILE=/path/to/watchlist.yaml.
UGROUP_WATCHLIST_MODE=static
UGROUP_WATCHLIST_FILE=/path/to/watchlist.yaml
Set UGROUP_WATCHLIST_MODE=regex and configure patterns:
UGROUP_WATCHLIST_MODE=regex
ugroup: watchlist: mode: regex include-patterns: - "production-.*" - ".*-consumer$" exclude-patterns: - "test-.*"
uGroup Wiki