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

Add gRPC interface to CLI settings #521

Merged
merged 5 commits into from Dec 19, 2019
Merged

Add gRPC interface to CLI settings #521

merged 5 commits into from Dec 19, 2019

Conversation

masci
Copy link
Contributor

@masci masci commented Dec 17, 2019

The goal is to get and set settings value from the gRPC interface. CLI settings are key/value pairs with keys of type string and values that can be arbitrary values. To keep the gRPC interface generic, we'll be exchanging settings values as JSON serialized data that's stored in proto messages as strings.

@masci masci marked this pull request as ready for review December 19, 2019 14:32
@masci masci added this to the 0.7.0 milestone Dec 19, 2019
Copy link
Contributor

@rsora rsora left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LNTM

@masci masci merged commit 23e2a9d into master Dec 19, 2019
@masci masci deleted the massi/config-rpc branch December 19, 2019 15:02
rsora pushed a commit that referenced this pull request Dec 19, 2019
* define proto messages and service

* run protoc on settings interface, regenerate code

* add service implementation and tests

* remove test leftovers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants