I am trying to understand the difference between ManagedChannelBuilder and NettyChannelBuilder. I came across this question but it only mentions details related to TLS configurations. Can someone explain the basic difference between the two?
According to the NettyChannelBuilder documentation, it uses Netty transport. What transport medium does the ManagedChannelBuilder use?