You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a first version of health check service resolved in issue #626. Right now, unary service uses protobuf protocol, it should also support avro.
Here, the improvement suggestion:
[...]
We could have the following modules:
* `health-check-protocol-unary`: With the current unary `@service`
* `health-check-service-unary`: Depending on `channel` and `health-check-protocol-unary-scala` with the `% provided`
We could also include the `avdl` and `proto` files in the `channel` resources, providing instructions about how to add the sbt settings for generating your protocol definition.
[...]
There's a first version of health check service resolved in issue #626. Right now, unary service uses
protobuf
protocol, it should also supportavro
.Here, the improvement suggestion:
Originally posted by @fedefernandez in #630 (comment)
The text was updated successfully, but these errors were encountered: