[grpc-io] CompletableFuture - SupplyAsync for gRPC client Call

2020-11-16 Thread Bhuvi Viji
Hi, I have Service A which has to call Service B and C asynchronously. So i used Java 8 CompletableFuture supplyAsync method. *Problem: * Service A gets JWT token from the caller , using Server interceptor it validates the token and if the token is valid it is set in the gRPC Context to

[grpc-io] Re: Updating Subchannels in client Application layer?

2020-11-16 Thread stefan lei
Is here have any way to custom c-core , I want to build c-core for myself , and want to realize balancing and nameresolve in Python . 在2020年10月29日星期四 UTC+8 上午7:01:53 写道: > If I understand the scenario here correctly, each client has many > different server names, and those server names change