Skip to content

Extensions? #24

@erdunn

Description

@erdunn

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions