bigcommerce / gruf

gRPC Ruby Framework
https://github.com/bigcommerce/gruf
MIT License
626 stars 73 forks source link

Allow passing a specific list of services to run via the gruf binstub #166

Closed splittingred closed 2 years ago

splittingred commented 2 years ago

What? Why?

Allow passing a specific list of service classes to use when starting a gruf server. Fixes #156.

Can be done via:

bundle exec gruf --services NameOfMyRpcServiceClass

How was it tested?

rspec, and:

LOG_LEVEL=debug spec/demo_server --services "Rpc::ThingService::Service"
codeclimate[bot] commented 2 years ago

Code Climate has analyzed commit 29d5bb91 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 90.9% (50% is the threshold).

This pull request will bring the total coverage in the repository to 96.6% (-0.2% change).

View more on Code Climate.