Skip to content

Commit 7773526

Browse files
committed
Extend Payload to include references to externally stored objects (#671)
_**READ BEFORE MERGING:** All PRs require approval by both Server AND SDK teams before merging! This is why the number of required approvals is "2" and not "1"--two reviewers from the same team is NOT sufficient. If your PR is not approved by someone in BOTH teams, it may be summarily reverted._ <!-- Describe what has changed in this PR --> Extend Payload to include references to externally stored data. Currently the only information we would store is the size of the externally stored object, but it will be extended in the future once more features are added. <!-- Tell your future self why have you made these changes --> Payloads are limited in size, and as such require external references to pass large amounts of data. This PR extends Payload protobuf to include information (currently only size) about externally stored objects associated with the Payload. One Payload will be able to reference multiple externally stored objects in the future. <!-- Are there any breaking changes on binary or code level? --> No breaking changes <!-- If this breaks the Server, please provide the Server PR to merge right after this PR was merged. --> This change is additive, and so won't break the server
1 parent 09837f6 commit 7773526

File tree

4 files changed

+150
-89
lines changed

4 files changed

+150
-89
lines changed

0 commit comments

Comments
 (0)