Re: [grpc-io] Re: Example on using inproc transport rather than http2

2021-05-11 Thread Peinan Zhang
Thank you , Piotr.  I'll look at the link you provided.

--Peinan

On Tue, May 11, 2021 at 10:10 AM Piotr Morgwai Kotarbinski <
morg...@gmail.com> wrote:

> I think no language grpc implementation supports "pluggable" transports
> mechanism, so you would need to customize internal code (I may be wrong
> though).
> Some time ago some awesome folks have developed grpc over usb: you can
> have a look at the thread, there's a link there somewhere:
> https://groups.google.com/g/grpc-io/c/ZS7yqRRfviY/m/1FGWMzT3CwAJ
> in Java you would probably need to customize ServerBuilder and
> ManagedChannelBuilder.
>
> Cheers!
>
> On Tuesday, May 11, 2021 at 11:55:41 PM UTC+7 pei...@gmail.com wrote:
>
>> Hello,
>> I'm new to gRPC and explorating the features. I'm interested in different
>> transport pluggins. How can I wirte a simple app (both client and server)
>> using inproc transport rather than http2?  Is there any sample test case
>> available?
>>
>> Thanks.
>>
> --
> 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/d2f4eee7-e2a3-4818-9a71-083bd72b1663n%40googlegroups.com
> 
> .
>

-- 
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/CAOG%3D6Lef6S_qosmYiGjZh%3DSw1gxb6qup2b8mv%3DnnP6iyP3siGg%40mail.gmail.com.


[grpc-io] Re: Example on using inproc transport rather than http2

2021-05-11 Thread Piotr Morgwai Kotarbinski
I think no language grpc implementation supports "pluggable" transports 
mechanism, so you would need to customize internal code (I may be wrong 
though).
Some time ago some awesome folks have developed grpc over usb: you can have 
a look at the thread, there's a link there somewhere: 
https://groups.google.com/g/grpc-io/c/ZS7yqRRfviY/m/1FGWMzT3CwAJ
in Java you would probably need to customize ServerBuilder and 
ManagedChannelBuilder.

Cheers!

On Tuesday, May 11, 2021 at 11:55:41 PM UTC+7 pei...@gmail.com wrote:

> Hello,
> I'm new to gRPC and explorating the features. I'm interested in different 
> transport pluggins. How can I wirte a simple app (both client and server) 
> using inproc transport rather than http2?  Is there any sample test case 
> available?
>
> Thanks.
>

-- 
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/d2f4eee7-e2a3-4818-9a71-083bd72b1663n%40googlegroups.com.