All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.akka.grpc.akka-grpc-runtime_2.11.0.5.0.source-code.reference.conf Maven / Gradle / Ivy

The newest version!
//#defaults
akka.grpc.client."*" {

  # Host to use if service-discovery-mechanism is set to static
  host = ""

  service-discovery {
    mechanism = "static"
    # Service name to use if a service-discovery.mechanism other than static
    service-name = ""
    # See https://developer.lightbend.com/docs/akka-management/current/discovery/index.html for meanings for each mechanism
    # if blank then not passed to the lookup
    port-name = ""
    protocol = ""

    # timeout for service discovery resolving
    resolve-timeout = 1s
  }

  # port to use if service-discovery-mechism is static or service discovery does not return a port
  port = 0

  deadline = infinite
  override-authority = ""
  user-agent = ""
  # Pulls default configuration from ssl-config-core's reference.conf
  ssl-config = ${ssl-config}
  use-tls = true

  # TODO: Enforce HTTP/2 TLS restrictions: https://tools.ietf.org/html/draft-ietf-httpbis-http2-17#section-9.2
  connection-attempts = -1

  # Service discovery mechamism to use. The default is to use a static host
  # and port that will be resolved via DNS.
  # Any of the mechanisms described [here](https://developer.lightbend.com/docs/akka-management/current/discovery/index.html) can be used
  # including Kubernetes, Consul, AWS API
}
//#defaults




© 2015 - 2024 Weber Informatics LLC | Privacy Policy