Re: [grpc-io] Compose or nest a service in another service?

2018-01-28 Thread Thomas Sörensen
Ok thank you for the good feedback. I have application and I want to implement some components in a more suitable language and grpc seems to be a good choice to connect those components. /Thomas Den lördag 27 januari 2018 kl. 16:15:14 UTC+1 skrev Josh Humphries: > > The question could be asked

Re: [grpc-io] Compose or nest a service in another service?

2018-01-27 Thread Josh Humphries
The question could be asked about either protobuf or gRPC with different answers. The protobuf IDL that does *not* allow combining/composing services this way. A single service can only enumerate methods. You cannot nest services inside others. However, gRPC does support such composition -- in a

[grpc-io] Compose or nest a service in another service?

2018-01-27 Thread Thomas Sörensen
Not sure if this is gRPC question or a protocol buffer questions but I try here. I know that you can compose or nest messages in other messages and import messages from other .proto files and I wonder if it is possible to do the same for the service definition? If it is not possible now is it