grpc / grpc-java

The Java gRPC implementation. HTTP/2 based RPC
https://grpc.io/docs/languages/java/
Apache License 2.0
11.48k stars 3.85k forks source link

inprocess: Delete "standalone" internal transport #11605

Closed ejona86 closed 1 month ago

ejona86 commented 1 month ago

This had been used for a time with a combined inprocess+binder server. However, just having multiple servers worked fine and this is no longer used/needed.

CC @shivaspeaks, @jdcormie

I'll merge this after #11406, to handle the conflicts myself.

shivaspeaks commented 1 month ago

I'll merge this after https://github.com/grpc/grpc-java/pull/11406, to handle the conflicts myself.

Thoughtful!! Thanks Eric.