-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9b01d34
commit 2c83ac3
Showing
1 changed file
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,12 @@ | ||
# Brownie | ||
|
||
Brownie is a housekeeping daemon wose repsonsibility is to find and remove stale resources which were: | ||
- created by PIT but could not be cleanup for technical reasons | ||
- are not used any more | ||
- Created by PIT but could not be cleanup for technical reasons | ||
- Are not used any more | ||
|
||
Brownie scans for old resources and removes them. Currently only PostgresSQL databases and Kafka topics are supported. More resources may be added in the future. | ||
Brownie scans for old resources and removes them. Currently only PostgresSQL databases and Kafka topics are supported. More resources may be added in the future. | ||
|
||
Application need to be configured with: | ||
- The access to Postgres Database and Kafka using elevated priviledges; | ||
- The regexp pattern. Browny will use pattarn for determining which resources are old. | ||
- The retention period or old resources |