in jdbc-grpc-client/src/main/java/org/apache/kyuubi/grpc/client/SimpleBlockingJdbcClient.java [30:32]
public SimpleBlockingJdbcClient(String host, int port, ChannelCredentials creds) {
this(Grpc.newChannelBuilderForAddress(host, port, creds));
}