External Storage Integration: NexusWorker - #3018
Open
cconstable wants to merge 22 commits into
Open
Conversation
cconstable
marked this pull request as ready for review
August 19, 2026 18:57
…former to ExternalStorage, create a lazy extstore resolving data converter.
cconstable
force-pushed
the
extstore/foundation
branch
from
August 21, 2026 20:35
460bfbf to
b3804da
Compare
cconstable
force-pushed
the
extstore/nexus-worker
branch
from
August 21, 2026 21:56
609161f to
c553b3d
Compare
…e to match other sdks.
cconstable
force-pushed
the
extstore/foundation
branch
from
August 24, 2026 01:23
b3804da to
ca09b50
Compare
cconstable
force-pushed
the
extstore/nexus-worker
branch
from
August 24, 2026 01:23
c553b3d to
15f3980
Compare
…h to workers. we've got the dataconverter already so we can just derive it where its needed.
…for configuring external storage.
cconstable
force-pushed
the
extstore/nexus-worker
branch
from
August 24, 2026 19:37
15f3980 to
e8155ee
Compare
…ce payload makes it to fromPayload without being retrieved. This is a guard against SDK features that fail or fail to correctly integrate external storage. Normal misconfiguration errors should be caught at a level above fromPayload.
…flow client options
… make sure users don't see a misleading error is nice it could also cause some nondeterminism if we fix the error and came with its own set of problems. maybe in the future we can find a better way to catch missing external storage integration in a better way.
cconstable
force-pushed
the
extstore/nexus-worker
branch
from
August 27, 2026 18:34
e8155ee to
5ef0bd6
Compare
Contributor
Author
|
Missing: NexusClient integration. Adding now. |
cconstable
force-pushed
the
extstore/nexus-worker
branch
from
August 27, 2026 21:15
41fa991 to
94eaaca
Compare
…tions.java Co-authored-by: Justin Anderson <44687433+jmaeagle99@users.noreply.github.com>
| task.getCompletionCallback()); | ||
| } | ||
|
|
||
| private void storeOutbound(Message.Builder builder) { |
Contributor
There was a problem hiding this comment.
Why does this storeOutbound work differently then this one ? Should we just make one common helper ?
Contributor
|
Is there any tests showing external storage working for a Nexus operation? or what PR would that be in? |
Contributor
|
Codex flagged these issues as well |
…orageDataConverter.
… a no-op until we've fully integrated it.
cconstable
force-pushed
the
extstore/foundation
branch
from
August 28, 2026 16:10
2d2d90e to
504467c
Compare
cconstable
force-pushed
the
extstore/nexus-worker
branch
from
August 28, 2026 21:27
94eaaca to
78778d3
Compare
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
NexusWorkernow stores and retrieves payloads.Why?
Checklist