[grpc-io] gRFC L73: BinderChannel for native cross-process communication on Android.

2020-07-14 Thread 'Mark Brophy' via grpc.io
Hi Everyone, This is a thread to discuss: https://github.com/grpc/proposal/pull/191 In a nutshell, we're proposing the creation of an Android-specific transport based on native Android binder transactions, along with builders for working with it. Full gRFC here:

[grpc-io] Re: How to look up server?

2023-09-22 Thread 'Mark Brophy' via grpc.io
Hi Srini, can you say more about your use case? Are you planning to use a regular network/http transport, or is this about the binder-based transport (i.e. io.grpc.binder.*)? MarkB On Thursday, 31 August 2023 at 11:23:18 UTC+2 Srinivas Naik wrote: > Hi, > I am new to gRPC and analyzing