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

Payload Builder supporting google.protobuf.Any #141

Open
stevenhartley opened this issue Jun 4, 2024 · 0 comments
Open

Payload Builder supporting google.protobuf.Any #141

stevenhartley opened this issue Jun 4, 2024 · 0 comments

Comments

@stevenhartley
Copy link
Contributor

uEs pack into the payload various payload formats as defined in UPayloadFormat. One of the formats is UPAYLOAD_FORMAT_PROTOBUF_WRAPPED_IN_ANY that is different from the UPAYLOAD_FORMAT_PROTOBUF in that the google.protobuf.Any type includes the dataschema URL as well as the serialized payload. Payload needs to be able to support both protobuyf formats and differentiate the two of them. Please refer to up-java UPayload.java for examples (on PR 111 right now but will be merged soon.

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