roadrunner-server / roadrunner-plugins

📦 Home for the roadrunner plugins
MIT License
25 stars 9 forks source link

feat(grpc): multiple proto files #132

Closed metalagman closed 2 years ago

metalagman commented 2 years ago

Reason for This PR

Added support for multiple protobuf files into grpc plugin

Description of Changes

You can now add multiple proto files

# GRPC service configuration
grpc:
    # proto root file
    proto:
        - "proto/test/test.proto"
        - "proto/health/health.proto"

License Acceptance

By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.

PR Checklist

[Author TODO: Meet these criteria.] [Reviewer TODO: Verify that these criteria are met. Request changes if not]

rustatian commented 2 years ago

The PR isn't ready for review, please, read all comments and the PR checkpoints. You can skip signed commits this time, but next time, please, use at least git commit -s. You need to update the following docs:

rustatian commented 2 years ago

Ok, I'll take care of this PR, since it can be abandoned as PR in the php-grpc with open CR comments. Thanks.