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

Implement ProtoJson #166

Open
edsko opened this issue Jun 21, 2024 · 1 comment
Open

Implement ProtoJson #166

edsko opened this issue Jun 21, 2024 · 1 comment
Labels
enhancement New feature or request priority: low Minor enhancements

Comments

@edsko
Copy link
Collaborator

edsko commented Jun 21, 2024

We have support for gRPC over JSON, but the Protobuf standard provides an additional, very particular, way to do gRPC over JSON. We should therefore have a ProtoJson combinator alongside JsonRpc which implements this part of the Protobuf spec.

See https://protobuf.dev/programming-guides/proto3/#json .

@edsko edsko added enhancement New feature or request priority: low Minor enhancements labels Jun 21, 2024
@edsko edsko changed the title Implement ProtoJSON Implement ProtoJson Jun 21, 2024
@edsko
Copy link
Collaborator Author

edsko commented Jun 21, 2024

To have a reference to test against, it may be useful to refer to protobuf-java-util.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority: low Minor enhancements
Projects
None yet
Development

No branches or pull requests

1 participant