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

YAML service? #155

Open
timburks opened this issue Feb 28, 2023 · 0 comments
Open

YAML service? #155

timburks opened this issue Feb 28, 2023 · 0 comments

Comments

@timburks
Copy link
Contributor

I wonder if we should add a service or methods to directly support Registry YAML. For modularity, I would suggest making this a separate service, perhaps like this:

service YAML {
  rpc Apply(ApplyRequestMessage) ApplyResponseMessage;
  rpc Get(GetRequestMessage) GetResponseMessage;
}

where the request and response messages correspond to the inputs and outputs of the registry apply and registry get -o yaml commands.

This could be prototyped here in the server directory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant