Packages

package http4s

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package generated

Type Members

  1. class KCLService[F[_]] extends http4s.generated.KCLService[F]

    A simple Http4s service for KCL users.

    A simple Http4s service for KCL users. Often times users need to deploy their consumers as a part of an orchestration service, such as Kubernetes. Those orchestration services typically depend on some basic http routes to be available so that the deployments can be determined as ready and healthy.

    This service provides 2 routes:

    • healthcheck - always returns 200
    • initialized - returns 200 if the KCL has started, otherwise returns 503

Value Members

  1. object KCLService

Ungrouped