Class OdysseyConstants.Defaults

java.lang.Object
io.confluent.kafka.odyssey.OdysseyConstants.Defaults
Enclosing class:
OdysseyConstants

public static final class OdysseyConstants.Defaults extends Object
Default values for Odyssey configurations.
  • Field Details

    • LIFECYCLE_WEAK

      public static final String LIFECYCLE_WEAK
      Default lifecycle for associations when not specified
      See Also:
    • LIFECYCLE_STRONG

      public static final String LIFECYCLE_STRONG
      Strong lifecycle for associations
      See Also:
    • SCHEMA_TYPE_AVRO

      public static final String SCHEMA_TYPE_AVRO
      Default schema type when not specified
      See Also:
    • RESOURCE_TYPE_TOPIC

      public static final String RESOURCE_TYPE_TOPIC
      Resource type for Kafka topics
      See Also:
    • MAX_THREADS

      public static final int MAX_THREADS
      Max threads for Odyssey request thread pool
      See Also:
    • MAX_QUEUE_SIZE

      public static final int MAX_QUEUE_SIZE
      Max queue size for bounded work queue
      See Also:
    • REQUEST_TIMEOUT_MS

      public static final int REQUEST_TIMEOUT_MS
      Request timeout in milliseconds
      See Also:
    • THREAD_IDLE_TIMEOUT_SECONDS

      public static final long THREAD_IDLE_TIMEOUT_SECONDS
      Thread idle timeout in seconds before core threads are terminated
      See Also:
    • QUEUE_WARNING_THRESHOLD

      public static final double QUEUE_WARNING_THRESHOLD
      Queue warning threshold as percentage
      See Also:
    • QUEUE_WARNING_INTERVAL_MS

      public static final long QUEUE_WARNING_INTERVAL_MS
      Minimum time between queue warnings (milliseconds)
      See Also: