Description
As of now, the connection negotiation timeout in Kudu Java client is hard-coded to 10 seconds. It would be great to make the timeout configurable via Java client API, with the approach mirroring similar functionality from the C++ client.
This is the Java-specific counterpart for KUDU-2966.