You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Rémi Kowalski (Jira)" <se...@james.apache.org> on 2020/07/22 12:24:00 UTC

[jira] [Created] (JAMES-3317) Configuration option: choosing between PassThroughBlobStore & DeDuplicatingBlobStore

Rémi Kowalski created JAMES-3317:
------------------------------------

             Summary: Configuration option: choosing between PassThroughBlobStore & DeDuplicatingBlobStore
                 Key: JAMES-3317
                 URL: https://issues.apache.org/jira/browse/JAMES-3317
             Project: James Server
          Issue Type: New Feature
          Components: Blob
            Reporter: Rémi Kowalski
             Fix For: 3.6.0


As an operator, I want to be able to choose between the PassThrough blob Store and de deduplicating one.
h2. DOD

I am able to start a Distributed server with a PassThrough blob store.

IMAP APPENDing 2 time the same mail to "bob" on top of such a server should result in the body being stored 2 times (so 4 objects in the blobStore).
h2. How

Add a {{duplication.enable}} option within {{blobstore.properties}} (default to false)

BlobStoreConfiguration will allow a {{duplicationEnabled()}} method call.

BlobStoreModulesChooser need bind either PassThroughBlobStore or DeDuplicatingBlobStore depending on {{duplicationEnabled()}} result.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org