Commit Graph
9 Commits
Author SHA1 Message Date
tottotoandGitHub d2542dc034 feat: Rename api related to protobuf (#1224) 2023-01-10 11:16:57 -05:00
AleksanderandGitHub 7153289b51 fix(reflection, health): Remove transport feature (#1112) 2022-11-07 12:00:17 -05:00
tisonandGitHub 097e7e85a9 feat(health): Expose HealthService publically (#930) 2022-03-18 14:37:52 -07:00
2b0ffee620 fix(health): Correctly implement spec for overall health (#897)
Co-authored-by: snowpoke <[email protected]>
2022-01-24 14:59:14 -05:00
Lucio FrancoandGitHub 23c1392fb7 fix(tonic): Remove Sync requirement for streams (#804) 2021-10-24 21:48:05 -04:00
fdda5ae26a Upgrade to Tokio 1.0.0 ecosystem (#530)
* Upgrade Tonic to Tokio 1.0

Work in progress for updating Tonic to Tokio 1.0. Since tower has not
been released to crates.io, a git dependency is taken instead.

* Upgrade Tonic to Tokio 1.0 phase 2

* tonic: remove tower-* deps

* Apply suggestions from code review

Co-authored-by: Ed Marshall <[email protected]>
Co-authored-by: Lucio Franco <[email protected]>
2021-01-11 12:18:34 -05:00
Akhil VelagapudiandGitHub 76de87eec5 Remove unnecessary dependencies in tonic-health (#502)
* remove dependency on bytes

* remove dependency on async-stream
2021-01-05 16:02:13 -05:00
Lucio FrancoandGitHub 6f378e2bd0 chore: Prepare 0.2 release (#321)
Signed-off-by: Lucio Franco <[email protected]>
2020-04-01 14:34:51 -04:00
James NugentandGitHub da92dbf8aa feat(health): Add tonic-health server impl
This commit adds a new crate `tonic-health` which implements the
[standard GRPC Health Checking][checking] protocol.

Currently there is only a server implementation, though others have
alluded in the discussion in #135 that client implementations exist
which could also be imported as necessary.

A example server has also been added - once the client work is done a
client for this should be added also.

[checking]: https://github.com/grpc/grpc/blob/master/doc/health-checking.md

Fixes #135.
2020-03-30 09:33:02 -05:00