So Ive been working on a fully non blocking grpc s...
# coroutines
m
So Ive been working on a fully non blocking grpc server implementation. Im in the process of benchmarking the library and coming up with recommended default configurations. One thing I ran into was the choice of executor for the server instance. I reached out to the grpc-java project and asked about the directExecutor that they only recommend for "truly" non blocking impls. I just wanted to share their feedback here since others could possibly relate. https://github.com/grpc/grpc-java/issues/5185