feat: add bounded kafka group cleanup
This commit is contained in:
@@ -162,5 +162,21 @@ management:
|
||||
maxTailLimit: 50
|
||||
defaultGroupListLimit: 25
|
||||
maxGroupListLimit: 200
|
||||
consumerGroupCleanup:
|
||||
defaultCandidateLimit: 25
|
||||
maxCandidateLimit: 200
|
||||
commandTimeoutSeconds: 30
|
||||
deleteBatchSize: 50
|
||||
policies:
|
||||
- id: hwlab-cloud-api-sse
|
||||
prefix: hwlab-v03-cloud-api-sse-
|
||||
inactiveStates:
|
||||
- Empty
|
||||
minimumGroupAgeHours: 1
|
||||
timestamp:
|
||||
source: group-name-regex
|
||||
pattern: ^hwlab-v03-cloud-api-sse-([0-9]{13})-[0-9a-f]{8}$
|
||||
captureGroup: 1
|
||||
unit: unix-ms
|
||||
defaultShadowTopic: hwlab.event.v1
|
||||
shadowProducerId: unidesk-platform-infra-kafka-cli
|
||||
|
||||
Reference in New Issue
Block a user