Skip to content

[Abstract protocol] Move non-gRPC protobuf messages to protobuf/ #577

Description

@gabotechs

When abstracting gRPC details for the WorkerChannel abstraction, there are things that still live under the grpc scope that are not grpc specific: pretty much every message in worker.proto that is not the service definition.

It'd be nice to split the worker.proto file in two:

  • worker_service.proto: this will live under the grpc scope, importing the messages from messages.proto.
  • messages.proto: root file on a protobuf/ module.

The protobuf/ module should not be gated behind the grpc flag, as it's something that probably anyone that is willing to implement a WorkerChannel should be using.

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