Skip to content

Protobuf as (internal) data exchange format #575

@victor-m-alvarez

Description

@victor-m-alvarez

Hi there,

I've been going through the codebase and I was wondering whether you have considered using protobuf as serialization format? For example, the first place in which this came to mind was when transmitting srv_config. There is a single field called aux that can be used to exchange arbitrary (meta)-data. If srv_config was expressed as a proto message, it would allow for easy ways to extend srv_config in a backward compatible way. Moreover, by following the usages of buffer and buffer_serializer one can see that proto messages arise naturally.

Thanks in advance.

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