Page MenuHomePhabricator

[services] Backup - Blob Put Client - Add address constant
ClosedPublic

Authored by karol on Sep 1 2022, 4:07 AM.
Tags
None
Referenced Files
F2096154: D5008.id16467.diff
Mon, Jun 24, 8:15 AM
Unknown Object (File)
Sun, Jun 23, 9:40 PM
Unknown Object (File)
Sat, Jun 22, 2:57 PM
Unknown Object (File)
Fri, Jun 21, 8:10 PM
Unknown Object (File)
Wed, Jun 19, 6:04 PM
Unknown Object (File)
Tue, Jun 18, 5:52 PM
Unknown Object (File)
Tue, Jun 11, 12:14 PM
Unknown Object (File)
Mon, Jun 3, 8:43 AM

Details

Summary

Depends on D5007

Adding the blob address that's going to be used by the blob client to connect to the blob server

Test Plan

backup builds

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jon requested changes to this revision.Sep 1 2022, 8:44 AM
jon added inline comments.
services/backup/blob_client/src/constants.rs
2 ↗(On Diff #16168)

We should have some way to configure this

The following should be a valid way to use blob client, or something similar:

BLOB_ADDRESS=localhost:3829 ./blob_client
This revision now requires changes to proceed.Sep 1 2022, 8:44 AM
karol added inline comments.
services/backup/blob_client/src/constants.rs
2 ↗(On Diff #16168)

I created a task for this, I think it can be addressed later https://linear.app/comm/issue/ENG-1731/enable-configuring-the-blob-address-from-the-outside

This revision is now accepted and ready to land.Sep 7 2022, 10:38 AM