Skip to content

Deprecate the tonic gRPC servers #1974

@Mirko-von-Leipzig

Description

@Mirko-von-Leipzig

Once all gRPC servers are migrated to the codegen introduced by #1950, we should be able to hide the tonic server implementations.

This may require some additional refactoring to move existing gRPC service configuration into the proto crate itself. This is because at the moment the tonic server service types are used directly, but in order to hide the type, we would likely have to return a generic tower service (I think).

Maybe this isn't required, or there are alternatives. We will have to experiment.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions