-
Notifications
You must be signed in to change notification settings - Fork 129
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
Clarification on the proto definition in alignment with SparkplugB specs #339
Comments
Not a maintainer of this repo but I can answer the first two.
|
Thanks for the clarification,
|
|
Thanks Key updates
If the expert group is in the phase of upgrading the specs I would recommend the following enhancements
|
We're always open to contributions/PRs ;) |
Will try to do that by next weekend. |
While studying the sparkplugB specification and the protofile created I had a couple of doubts
The SparkplugB spect allows for Array types to be defined
But the proto spec specifies the value as oneof.
should there not be additional entries which
repeated
phrase against the value? Probably something likeI am still trying to learn the protobuf programming so not yet sure on the exact code
do we have to give different names to the value i.e. int_value, string_value etc. can we not have just one field name "value" like it is specified in the sparkplug_b.json
Are there any plans to upgrade from proto2 to proto3?
The text was updated successfully, but these errors were encountered: