daml/ledger/participant-state
Samir Talwar 3f96b9b9db
sandbox + kvutils: Add the "read" component back to the health checks. [KVL-475] [KVL-483] (#7486)
* participant-integration-api: Inject health checks into the API server.

CHANGELOG_BEGIN
- [Integration Kit] The ``StandaloneApiServer`` now takes a
  ``healthChecks`` parameter, which should identify the health checks to
  be exposed over the gRPC Health Checking Protocol. This will
  typically look something like::

    healthChecks = new HealthChecks("read" -> readService, "write" -> writeService)

  Integrators may also wish to expose the health of more components.
  All components wishing to report their health must implement the
  ``ReportsHealth`` trait.
 CHANGELOG_END

* sandbox + kvutils: Add the "read" component back to the health checks.
2020-09-25 11:06:46 +00:00
..
kvutils sandbox + kvutils: Add the "read" component back to the health checks. [KVL-475] [KVL-483] (#7486) 2020-09-25 11:06:46 +00:00
protobuf Add time model documentation (#6705) 2020-07-17 17:54:26 +02:00
src kvutils: Remove deprecated methods [KVL-406] (#7313) 2020-09-03 12:12:58 +00:00
BUILD.bazel kvutils: Remove deprecated methods [KVL-406] (#7313) 2020-09-03 12:12:58 +00:00