Wrapping a thread-blocking call in a Future makes it asynchronous, but does not turn it into a non-blocking call.
https://www.google.ca/amp/blog.colinbreck.com/calling-blocking-code-there-is-no-free-lunch/amp/ On Wed, Oct 4, 2017 at 11:36 AM Stan Campbell <stan.campbe...@gmail.com> wrote: > Wrap the call in a Future. You're home. > > On Wed, Oct 4, 2017, 9:36 AM James Taylor <jamestay...@apache.org> wrote: > >> Hi Flavio, >> Phoenix supports JDBC. The implementation may do gets, scans, etc., but >> it's completely transparent to the user. >> Thanks, >> James >> >> On Wed, Oct 4, 2017 at 6:36 AM, Flavio Pompermaier <pomperma...@okkam.it> >> wrote: >> >>> Hi to all, >>> does Phoenix support async get? I can't find anything about this.. >>> >>> Best, >>> Flavio >>> >> >>