Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/go-training/grpc-health-check
How to write grpc health check interface.
https://github.com/go-training/grpc-health-check
grpc grpc-go health-check
Last synced: 3 months ago
JSON representation
How to write grpc health check interface.
- Host: GitHub
- URL: https://github.com/go-training/grpc-health-check
- Owner: go-training
- License: mit
- Created: 2017-11-14T03:44:35.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-14T06:06:35.000Z (about 7 years ago)
- Last Synced: 2024-06-20T16:32:09.866Z (8 months ago)
- Topics: grpc, grpc-go, health-check
- Language: Go
- Size: 793 KB
- Stars: 33
- Watchers: 4
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# grpc-health-check
How to write grpc health check interface. See [GRPC Health Checking Protocol](https://github.com/grpc/grpc/blob/master/doc/health-checking.md)
## Start grpc server
```
$ go run main.go
```## Run Health Check
```
$ go run client/main.go
```## ScreenShots
![run grpc server](./screenshot/grpc.png)