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

Specification for reconfigure message #216

Merged
merged 1 commit into from
Nov 26, 2018
Merged

Conversation

jlisee
Copy link
Contributor

@jlisee jlisee commented Nov 21, 2018

This allows a client to adjust how a server transform the data it
sends in XVIZ format.

In order to make this happen I had to add support for the
google.protobuf.Struct well known type to protobuf.js. The upside it
lets us basically embed JSON directly into protobuf for use cases like
configuration updates. It also does it in a way that is faster or
more dense than raw text.

This allows a client to adjust how a server transform the data it
sends in XVIZ format.

In order to make this happen I had to add support for the
google.protobuf.Struct well known type to protobuf.js.  The upside it
lets us basically embed JSON directly into protobuf for use cases like
configuration updates.  It also does it in a way that is faster or
more dense than raw text.
@jlisee jlisee merged commit 7b508ba into master Nov 26, 2018
@jlisee jlisee deleted the jlisee/reconfigure-message branch November 26, 2018 20:57
twojtasz pushed a commit that referenced this pull request Jan 22, 2019
This allows a client to adjust how a server transform the data it
sends in XVIZ format.

In order to make this happen I had to add support for the
google.protobuf.Struct well known type to protobuf.js.  The upside it
lets us basically embed JSON directly into protobuf for use cases like
configuration updates.  It also does it in a way that is faster or
more dense than raw text.
twojtasz pushed a commit that referenced this pull request Jan 22, 2019
This allows a client to adjust how a server transform the data it
sends in XVIZ format.

In order to make this happen I had to add support for the
google.protobuf.Struct well known type to protobuf.js.  The upside it
lets us basically embed JSON directly into protobuf for use cases like
configuration updates.  It also does it in a way that is faster or
more dense than raw text.
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.

2 participants