Thank you , Piotr. I'll look at the link you provided. --Peinan
On Tue, May 11, 2021 at 10:10 AM Piotr Morgwai Kotarbinski < [email protected]> 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 [email protected] 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/grpc-io/d2f4eee7-e2a3-4818-9a71-083bd72b1663n%40googlegroups.com > <https://groups.google.com/d/msgid/grpc-io/d2f4eee7-e2a3-4818-9a71-083bd72b1663n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/CAOG%3D6Lef6S_qosmYiGjZh%3DSw1gxb6qup2b8mv%3DnnP6iyP3siGg%40mail.gmail.com.
