Jan Schlicht created MESOS-8309:
-----------------------------------

             Summary: Introduce a UUID message type
                 Key: MESOS-8309
                 URL: https://issues.apache.org/jira/browse/MESOS-8309
             Project: Mesos
          Issue Type: Task
            Reporter: Jan Schlicht
            Assignee: Jan Schlicht
             Fix For: 1.5.0


Currently when UUID need to be part of a protobuf message, we use a byte array 
field for that. This has some drawbacks, especially when it comes to outputting 
the UUID in logs: To stringify the UUID field, we first have to create a stout 
UUID, then call {{.toString()}} of that one. It would help to have a UUID type 
in {{mesos.proto}} and provide a stringification function for it in 
{{type_utils.hpp}}.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to