Experimental: External Payload Storage#1341
Open
jmaeagle99 wants to merge 43 commits intotemporalio:mainfrom
Open
Experimental: External Payload Storage#1341jmaeagle99 wants to merge 43 commits intotemporalio:mainfrom
jmaeagle99 wants to merge 43 commits intotemporalio:mainfrom
Conversation
f220f74 to
eeba791
Compare
tconley1428
reviewed
Feb 26, 2026
tconley1428
reviewed
Feb 26, 2026
cretz
reviewed
Feb 27, 2026
tconley1428
reviewed
Mar 10, 2026
tconley1428
reviewed
Mar 11, 2026
tconley1428
reviewed
Mar 11, 2026
drewhoskins-temporal
left a comment
There was a problem hiding this comment.
Very excited! One important comment (which we already covered in our afternoon sync) and a bunch of polish suggestions.
| This API is experimental. | ||
| """ | ||
|
|
||
| data: Mapping[str, str] |
There was a problem hiding this comment.
nit: can we be more specific than data ? It's super vague, hard to grep for, and could be confused with the payload itself. Maybe reference_metadata or claim_metadata or claim or something?
Also, is there nothing standardized here? Like the name of the storage driver? I feel like users building custom drivers will want a bit more guidance, and the community could likely benefit from some commonality.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What was changed
Add external storage APIs to allow customers to specify how large payloads or payloads that match some specific customer-defined quality can be stored via customer-supplied external storage systems.
StorageDrivertype. This change does not contain any prebuilt drivers, just provides the primitives to make them.StorageDriverSelectorto participate in serialization context transforms.DataConverter.external_storage. There are no breaking changes regardless of opted into or not.Why?
Checklist