WeAreFarmGeek / diplomat

A HTTP Ruby API for Consul
BSD 3-Clause "New" or "Revised" License
370 stars 116 forks source link

Add blocking query support for service health #222

Closed jebentier closed 3 years ago

jebentier commented 3 years ago

This ports similar blocking read support over from Diplomat::Service.get so that a similar pattern can be utilized when retrieving service health information.

Fixes #221

pierresouchay commented 3 years ago

Thanks a lot for you contribution!

I'll do a release quickly