-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
Would adding the ability to do vendor unique extensions be a good idea? For example,
(1) Setting aside a range of field numbers for vendor unique use, i.e.
message Body {
...
extensions xx to yy;
}
message Setup {
...
extensions qq to zz;
}
(2) Setting aside a range of MessageType for vendor unique requests/responses
(3) Setting aside a range of Permission for vendor unique uses
This would allow vendors to add new fields for in-house use without needing to modify the original kinetic.proto.
Regards,
-Eric
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels