syncstorage-rs icon indicating copy to clipboard operation
syncstorage-rs copied to clipboard

Update google-cloud-rust to use Protobuf 3.0

Open data-sync-user opened this issue 9 months ago • 0 comments

The GCP implementations we use for Bigtable and Sync storage are using older protobuf versions. While there’s no problem with this right now, it does limit us to older libraries and functions and the usual suite of issues with using legacy code.

Unfortunately, the new version significantly restructured the impl for making the low level calls, and will require us reworking our storage code.

┆Issue is synchronized with this Jira Task

data-sync-user avatar Mar 27 '25 21:03 data-sync-user