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

tlas_v1.atlas-lwcapi_2.13.1.8.0-rc.19.source-code.reference.conf Maven / Gradle / Ivy

The newest version!
atlas {
  lwcapi {
    register = {
      default-step = 60s
    }

    # For an lwcapi instance to be ready to receive data, the consumer clients must have
    # an opportunity to connect first. This delay is used to control the window of time
    # they have to connnect and subscribe. The service will be marked as unhealthy until
    # this time has passed so that data from the producers will not yet be pushed through
    # the new instances.
    startup-delay = 3m

    # Size of the queue for each subscription stream. Data will be dropped if it is coming
    # in faster than it can be written out.
    queue-size = 100

    # Maximum number of messages to batch before sending back to the client.
    batch-size = 100
  }

  pekko {
    api-endpoints = ${?atlas.pekko.api-endpoints} [
      "com.netflix.atlas.lwcapi.EvaluateApi",
      "com.netflix.atlas.lwcapi.ExpressionApi",
      "com.netflix.atlas.lwcapi.StreamsApi",
      "com.netflix.atlas.lwcapi.SubscribeApi"
    ]
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy