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
F2134988: D5008.diff
Fri, Jun 28, 9:23 AM
Unknown Object (File)
Wed, Jun 26, 10:14 AM
Unknown Object (File)
Wed, Jun 26, 2:12 AM
Unknown Object (File)
Wed, Jun 26, 2:12 AM
Unknown Object (File)
Wed, Jun 26, 2:12 AM
Unknown Object (File)
Wed, Jun 26, 2:12 AM
Unknown Object (File)
Wed, Jun 26, 2:08 AM
Unknown Object (File)
Mon, Jun 24, 8:15 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
No Lint Coverage
Unit
No Test Coverage

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