Skip to content

Commit

Permalink
chore: Brownie readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
fmarek-kindred committed Mar 26, 2024
1 parent 9b01d34 commit 2c83ac3
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions brownie/README.md
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

0 comments on commit 2c83ac3

Please sign in to comment.