-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
broker: replace --disable-stores with --file-only
Remove --disable-stores behavior, which causes fragments to never persist to their configured remote store. This flag has historically been used in testing contexts. Replace it with --file-only, which achieves a similar testing outcome by re-interpreting a s3://bucket/foobar store to instead use file:///foobar This preserves the desired behavior of keeping changes local and not writing to remote fragment stores, while allowing for test brokers to be restarted without data loss, as well as allowing for testing of features that require persistence (like journal suspension).
- Loading branch information
1 parent
557ca28
commit 0b9a9d8
Showing
3 changed files
with
13 additions
and
12 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
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
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