Netflix / Priam

Co-Process for backup/recovery, Token Management, and Centralized Configuration management for Cassandra.
Apache License 2.0
1.03k stars 294 forks source link

Configurable Async Snapshot and Addition of New Constructor for BackupFileSystemContext #1063

Closed chengw-netflix closed 1 year ago

chengw-netflix commented 1 year ago

This PR contains two fixes:

  1. The previously hard-coded value of 'enableAsyncSnapshot' set as 'true' has been removed. Now, the value is derived from the configuration settings.
  2. A new constructor has been added for the BackupFileSystemContext. This has been done to circumvent the bean definition related to encrypted backup.