JAMES-4182 Add documentation explains blob store design#3034
Open
quantranhong1999 wants to merge 3 commits intoapache:masterfrom
Open
JAMES-4182 Add documentation explains blob store design#3034quantranhong1999 wants to merge 3 commits intoapache:masterfrom
quantranhong1999 wants to merge 3 commits intoapache:masterfrom
Conversation
This was referenced May 6, 2026
chibenwa
approved these changes
May 6, 2026
Arsnael
approved these changes
May 7, 2026
jeantil
reviewed
May 7, 2026
|
|
||
| == Abstraction layers | ||
|
|
||
| Most James components use `BlobStore`, which is responsible for saving content |
Contributor
There was a problem hiding this comment.
So a single Blobstore is bound to a single logical bucket name and component builders who want/need several "buckets" will need several blobstores
Allowing to create "organization" within the blobstore bucket can be done but requires custom blobstore implementation
jeantil
reviewed
May 7, 2026
| * needed to interpret a payload, such as compression markers. Metadata actively used by James should expose typed | ||
| * helpers, while the underlying metadata map remains an extension point for James library users and custom implementations.</p> | ||
| * | ||
| * <p>See {@code docs/modules/servers/partials/architecture/blobstore.adoc} for more details.</p> |
Contributor
There was a problem hiding this comment.
ideally can you add a similar short description and a link to the documentation on the BlobStore interface ?
Member
Author
There was a problem hiding this comment.
Done. Hopefully it resolves your suggestions :-).
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
resolve #2960 (comment) concern