:15:08 UTC Mass Dosage wrote:
> I am writing a generic gRPC Kotlin client with the intention that the
> underlying implementation can be Netty or OkHttp depending on what is on
> the classpath. This clients needs to perform mutual TLS so I'm doing
> something like
I am writing a generic gRPC Kotlin client with the intention that the
underlying implementation can be Netty or OkHttp depending on what is on
the classpath. This clients needs to perform mutual TLS so I'm doing
something like this:
val tlsBuilder: TlsChannelCredentials.Builder =
TlsChannelC