Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose full wrapped ZCF to orchestrated flows #9831

Open
mhofman opened this issue Aug 2, 2024 · 0 comments
Open

Expose full wrapped ZCF to orchestrated flows #9831

mhofman opened this issue Aug 2, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@mhofman
Copy link
Member

mhofman commented Aug 2, 2024

What is the Problem Being Solved?

ZCF has some methods that are not currently compatible with the async-flow membrane, even if it had E support. It's mostly due to a nested promise in the result of makeEmptySeatKit.

We'll be working around this by simply removing support for some aspects of ZCF (#9773), but a fuller feature set is necessary for some use cases like vaults orchestration.

Description of the Design

Updated endowed wrapper for ZCF (see #9823) with more methods supported. Possibly requires a wrapper for userSeat.

Orchestration friendly versions of offerTo as an endowment. Possibly requires a wrapper / attenuation of zoeService, or some entanglement with the ZCF wrapper.

These may need a working retrySend implementation on the host side. See #9608 and #9541

Security Considerations

None

Scaling Considerations

Should be none

Test Plan

TBD

Upgrade Considerations

Exposing more methods on the wrapper should not affect existing flow activations unless they feature test for the presence of methods, which we currently do not recommend with some async-flow support for behavior changes across upgrades.

@mhofman mhofman added the enhancement New feature or request label Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant