Ecwid / consul-api

Java client for Consul HTTP API
Apache License 2.0
416 stars 177 forks source link

Add gRPC health checks for service #200

Closed ttj4 closed 4 years ago

ttj4 commented 4 years ago

NewService.Check doesn't have support for gRPC but NewCheck has. Is it possible to make NewService class accept NewCheck in setCheck method or add gRPC parameters in NewService.Check ?

vgv commented 4 years ago

Fixed in #201