cloudstateio / cloudstate

Distributed State Management for Serverless
https://cloudstate.io
Apache License 2.0
763 stars 97 forks source link

Failure: multiple grpc services in the same package #496

Closed pvlugter closed 3 years ago

pvlugter commented 3 years ago

Reported bug: registering multiple entities where the grpc services are in separate proto files but in the same package will currently fail the proxy with: IllegalArgumentException: requirement failed: ServiceDescriptor not found, please verify the spelling and package name provided when looking it up.

pvlugter commented 3 years ago

Fixed in #465.