In my previous PR, I preserved original behavior for when we can't connect to a node: rqlite-java prints a message that it couldn't connect to a node, then returns null. I'd like to change it to print nothing and throw an exception that the client code can handle. Is that okay?
In my previous PR, I preserved original behavior for when we can't connect to a node: rqlite-java prints a message that it couldn't connect to a node, then returns null. I'd like to change it to print nothing and throw an exception that the client code can handle. Is that okay?