Hi,
I am developing a microservice with Spring Boot and using the Phoenix thin driver to query a HBase table.
I want to set up the timeout to value of 2 minutes but my settings are being ignored:
To test this scenario I have started the Phoenix query server but not the HBase server. After that, I do a query to HBase through Phoenix query server waiting to get the timeout after 2 minutes, but this is not happening.
Any help will be greatly appreciated.
Thank you very much in advance.