paypizza / grpc-health-check

A minimal, high performance, memory-friendly, safe implementation of the gRPC health checking protocol
Apache License 2.0
4 stars 3 forks source link

connect to unix domain sockets #5

Open flokli opened 4 months ago

flokli commented 4 months ago

I'd like to run this tool on a service that listens on a unix domain socket, not tcp.

I'd expect to be able to specify a path at --address, in which case port becomes optional/ignored and a connection via unix domain socket is established.