josef podany
josef podany
Hey @oboukili! Thanks for your work on this provider! I have a question regarding the `argocd_cluster` resource - are you planning on adding support for the `metadata` block? Both `argocd_application`...
**Is your feature request related to a problem? Please describe.** Regatta should be able to behave correctly when there is a problem with the filesystem -- corrupted data etc. **Describe...
**Is your feature request related to a problem? Please describe.** Currently, anyone who has access to the [Regatta gRPC API](https://engineering.jamf.com/regatta/api/#regatta-proto) is able to issue write requests to it. This violates...
**Is your feature request related to a problem? Please describe.** Regatta offers [backup/restore mechanism](https://engineering.jamf.com/regatta/operations_guide/backups/#backups) for backing up and restoring data as break-glass procedure. Currently, there is no way to verify...
**Is your feature request related to a problem? Please describe.** Currently, single Raft node may be the leader of majority of tables. This means that the load is not evenly...
**Describe the bug** In some very rare cases, worker replication routine responsible for replicating single table from leader to follower cluster stops recovering from snapshot due to "context deadline exceeding"....
In order to improve observability, add metrics for * table wrapper * latency metrics for Range/Put/Delete * failure metrics for Get/Set/Delete * table pebble storage * \# of write stalls...
**Is your feature request related to a problem? Please describe.** Applications should be able to connect to Regatta, watch a range of keys and get notified of changes. The API...
**Describe the bug** When worker has a lease for a given table, the lease may expire when recovering from a snapshot, wasting resources. **Expected behavior** When the lease expires, worker...
**Describe the bug** Snapshot files are filling up Regatta disk space if for whatever reason is a snapshot not deleted after its use it will remain there indefinitely. **To Reproduce**...