[grpc-io] Call Another service from gRPC server

2022-04-06 Thread Shubham Shetty
Hi, I'm a beginner to gRPC and wanted to know how to call another service 
from a server. Basically how do I define a stub within a gRPC server code 
in order to call another service. I am using python.

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/730e43d0-4e75-459f-845f-8ba0f2bcf30dn%40googlegroups.com.


[grpc-io] Re: When will ProtoReflectionDescriptorDatabase go into the official release

2022-04-06 Thread 'Richard Belleville' via grpc.io
This should be in 1.46.0, which is scheduled to be released 4/19/2022. In 
the meantime, you can access this functionality in our nightly builds at 
packages.grpc.io.

On Monday, April 4, 2022 at 10:01:08 PM UTC-7 Hejin Liu wrote:

> Hi group,
>
> I'm a python developer who's trying to add the version reflection feature 
> into my project. I noticed that you have the 
> ProtoReflectionDescriptorDatabase 
> 
>  feature 
> went in last week which is really promising to me until I found it was not 
> in the latest official release yet. May I ask what's your plan for the next 
> python pkg release? Will this feature be there and when will you release 
> next version?
>
> Best 
> Hejin
>

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/d20c7a64-96b6-4ec4-bfc1-2bbb3990ede3n%40googlegroups.com.


[grpc-io] Re: C++ modifying the url path

2022-04-06 Thread 'apo...@google.com' via grpc.io
I don't fully understand the use case here, but I will point out that there 
is a GenericStub API (see usage example 
in 
https://github.com/grpc/grpc/blob/311648e532b55a924a334844a22993860a1b6323/test/cpp/util/cli_call.cc#L52),
 
in which you can dynamically set the method. That might be useful here.

On Thursday, March 31, 2022 at 7:00:39 AM UTC-7 revath...@gmail.com wrote:

> Hi Grpc Team
>
> Can any one help on this. I don't want to change the generated protoc 
> file. Is any other way to route the traffic through ingress or grpc support 
> any api to prefix the url? 
>
> Regards 
> Revathi A
>
>
> On Wed, 30 Mar 2022, 11:03 revathi anbumalar,  wrote:
>
>> Hi Grpc Team
>>
>> I am trying to redirect the traffic from grpc c++ client to server 
>> through ingress. I will create a dynamic service when it is requested. 
>> Multiple client will handle the service. To differenciate the client and 
>> route the traffic through ingress, I am trying to prefix the Path url and 
>> once it reach the ingress I will remove the path and redirect to the actual 
>> path url. To do this in c++ client, currently I am modifying the protoc 
>> generated file dynamically by changing the epath url. Is any other option 
>> is there, I feel it is not a correct change
>>
>> Regards
>> Revathi 
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/68446cd9-8544-47c6-9e70-c8bd773313efn%40googlegroups.com.


[grpc-io] Re: Is there a plan to add RDMA as one transport layer inside gRPC?

2022-04-06 Thread 'apo...@google.com' via grpc.io
As noted 
in https://github.com/grpc/grpc/issues/22846#issuecomment-627489468, this 
is a substantial feature request, we don't have plans to add this ourselves.

On Thursday, March 31, 2022 at 7:52:59 PM UTC-7 zhuca...@gmail.com wrote:

> https://github.com/grpc/grpc/issues/22846
>

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/c5fb64f6-9cb0-415e-884a-990f2970d4d0n%40googlegroups.com.