Rene Cordier
Rene Cordier
I'm basing on a temporary branch `postgres-doc-tmp` that is postgres branch rebased on latest master, temporarily for now, to make it simple, as we dont care much about the build...
The goal would be to offer a feature where we can write blobs across 2 availability zones synchronously. ### Configuration changes In blob.properties ``` objectstorage.s3.secondary.enabled=true objectstorage.s3.secondary.endPoint=${env:TMAIL_S3_ENDPOINT} objectstorage.s3.secondary.region=${env:TMAIL_S3_REGION} objectstorage.s3.secondary.accessKeyId=${env:TMAIL_S3_ACCESS_KEY} objectstorage.s3.secondary.secretKey=${env:TMAIL_S3_SECRET_KEY} ```...
After completing the previous task (cf #1198 ), you will need to change the behavior of partial failure case to handle retries with a RabbitMQ queue. ``` GIVEN we parallely...
After this https://github.com/linagora/james-project/issues/5241, we can add it back for tmail pg-app also. As we are at it we can also rebase it to latest master