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

Support for raw JSON in the message #36

Open
upperwal opened this issue Jun 9, 2020 · 0 comments
Open

Support for raw JSON in the message #36

upperwal opened this issue Jun 9, 2020 · 0 comments

Comments

@upperwal
Copy link
Collaborator

upperwal commented Jun 9, 2020

publish needs a protobuf serialiser with predefined data standard before sending the data to the wire.

There are multiple use cases where dynamic data standards are required and JSON could be a good way of sending this kind of data.

Challenges:

  • How will the end user distinguish between JSON and Protobuf message?
  • Deserialisation would be an issue if format is not known before. Need to identify it somehow.
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

No branches or pull requests

1 participant