I'd like a simple way of verifying that ES is available to a Java client. I have a factory that looks something like this to get a client instance:

https://gist.github.com/1364734

What's the best way to gracefully handle the scenario of ES not being available or is what I have sufficient?

link|improve this question

67% accept rate
feedback

1 Answer

up vote 1 down vote accepted

Shay appears to have confirmed that this approach is a good one. Find answer here.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.