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

SDK support for config map #1101

Closed
daviddrysdale opened this issue Jun 5, 2020 · 0 comments · Fixed by #1177
Closed

SDK support for config map #1101

daviddrysdale opened this issue Jun 5, 2020 · 0 comments · Fixed by #1177
Assignees
Labels

Comments

@daviddrysdale
Copy link
Contributor

#1004 introduced a mechanism where a collection of <name, file-contents> pairs are injected into the initial Node of an application, to allow runtime config info to be acquired by the Application.

It would be nice to have wider support to make this easier to re-use, including:

  • Helper code in the SDK to read the config map from the Node's initial handle and reconstruct into Rust types (followed by a channel_close).
  • A variant of the SDK's entrypoint! macro to do this automatically for Nodes that need config info.
  • ABI documentation of the expected behaviour and format of the messages arriving on the initial Node's initial channel.
  • SDK documentation explaining how to use the feature (probably in docs/programming-oak.md).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant