Constant Field Values
Contents
io.streamthoughts.*
-
io.streamthoughts.azkarra.api.components.Ordered Modifier and Type Constant Field Value public static final int
HIGHEST_ORDER
-2147483648
public static final int
LOWEST_ORDER
2147483647
-
io.streamthoughts.azkarra.api.components.Restriction Modifier and Type Constant Field Value public static final String
TYPE_APPLICATION
"application"
public static final String
TYPE_ENVIRONMENT
"env"
public static final String
TYPE_STREAMS
"streams"
-
io.streamthoughts.azkarra.api.components.qualifier.RestrictionQualifier<T> Modifier and Type Constant Field Value public static final String
NAMES_MEMBER
"names"
public static final String
TYPE_MEMBER
"type"
-
io.streamthoughts.azkarra.api.query.LocalStoreQuery<K,V> Modifier and Type Constant Field Value public static final int
NO_LIMIT
-1
-
io.streamthoughts.azkarra.api.query.internal.KeyValueQueryBuilder Modifier and Type Constant Field Value public static final String
QUERY_PARAM_KEY
"key"
public static final String
QUERY_PARAM_KEY_FROM
"keyFrom"
public static final String
QUERY_PARAM_KEY_TO
"keyTo"
-
io.streamthoughts.azkarra.api.query.internal.SessionQueryBuilder Modifier and Type Constant Field Value public static final String
QUERY_PARAM_KEY
"key"
public static final String
QUERY_PARAM_KEY_FROM
"keyFrom"
public static final String
QUERY_PARAM_KEY_TO
"keyTo"
-
io.streamthoughts.azkarra.api.query.internal.WindowQueryBuilder Modifier and Type Constant Field Value public static final String
QUERY_PARAM_KEY
"key"
public static final String
QUERY_PARAM_KEY_FROM
"keyFrom"
public static final String
QUERY_PARAM_KEY_TO
"keyTo"
public static final String
QUERY_PARAM_TIME
"time"
public static final String
QUERY_PARAM_TIME_FROM
"timeFrom"
public static final String
QUERY_PARAM_TIME_TO
"timeTo"
-
io.streamthoughts.azkarra.commons.error.DeadLetterTopicExceptionHandlerConfig Modifier and Type Constant Field Value public static final String
DEAD_LETTER_HEADERS_PREFIX
"exception.handler.dead.letter.headers."
public static final String
DEAD_LETTER_PRODUCER_CONFIG
"exception.handler.dead.letter.producer."
public static final String
DEAD_LETTER_TOPIC_CONFIG
"exception.handler.dead.letter.topic"
public static final String
DEAD_LETTER_TOPIC_DOC
"The output topic to write rejected records."
public static final String
FATAL_ERRORS_CONFIG
"exception.handler.dead.letter.fatal.errors"
public static final String
FATAL_ERRORS_DOC
"List of exception classes on which the handler must fail."
-
io.streamthoughts.azkarra.commons.error.ExceptionHeader Modifier and Type Constant Field Value public static final String
ERROR_APPLICATION_ID
"__errors.application.id"
public static final String
ERROR_EXCEPTION_CLASS_NAME
"__errors.exception.class.name"
public static final String
ERROR_EXCEPTION_MESSAGE
"__errors.exception.message"
public static final String
ERROR_EXCEPTION_STACKTRACE
"__errors.exception.stacktrace"
public static final String
ERROR_RECORD_OFFSET
"__errors.record.offset"
public static final String
ERROR_RECORD_PARTITION
"__errors.record.partition"
public static final String
ERROR_RECORD_TOPIC
"__errors.record.topic"
public static final String
ERROR_TIMESTAMP
"__errors.timestamp"
-
io.streamthoughts.azkarra.commons.error.SafeDeserializerConfig Modifier and Type Constant Field Value public static final String
SAFE_DESERIALIZER_DEFAULT_VALUE_CONFIG
"safe.deserializer.default.object"
public static final String
SAFE_DESERIALIZER_DEFAULT_VALUE_DOC
"The default object value to return when an input record cannot be de-serialized (default is null)"
-
io.streamthoughts.azkarra.http.APIVersions Modifier and Type Constant Field Value public static final String
PATH_V1
"/api/v1"
-
io.streamthoughts.azkarra.http.ServerConfBuilder Modifier and Type Constant Field Value public static final String
HTTP_ENABLE_UI
"enable.ui"
public static final String
HTTP_LISTENER_LISTER_CONFIG
"listener"
public static final String
HTTP_PORT_CONFIG
"port"
public static final String
HTTP_REST_EXTENSIONS_ENABLE
"rest.extensions.enable"
-
io.streamthoughts.azkarra.http.handler.WithApplication Modifier and Type Constant Field Value public static final String
QUERY_PARAM_ID
"id"
-
io.streamthoughts.azkarra.http.routes.ApiContextRoutes Modifier and Type Constant Field Value public static final String
PATH
"/api/v1/context"
-
io.streamthoughts.azkarra.http.routes.ApiEnvironmentRoutes Modifier and Type Constant Field Value public static final String
PATH
"/api/v1/environments"
-
io.streamthoughts.azkarra.http.security.SecurityConfig Modifier and Type Constant Field Value public static final String
HTTP_AUTH_PRINCIPAL_BUILDER_CLASS_CONFIG
"principal.builder.class"
public static final String
HTTP_AUTH_USER_IDENTITY_MANAGER_CLASS_CONFIG
"users.identity.manager.class"
public static final String
HTTP_AUTHORIZATION_MANAGER_CLASS_CONFIG
"authorization.manager.class"
public static final String
HTTP_HEADLESS_CONFIG
"headless"
public static final String
HTTP_RESTRICTED_ROLES_CONFIG
"auth.restricted.roles"
public static final String
REST_AUTHENTICATION_BASIC_SILENT_CONFIG
"rest.authentication.basic.silent"
public static final String
REST_AUTHENTICATION_MECHANISM_CONFIG
"rest.authentication.mechanism"
public static final String
REST_AUTHENTICATION_REALM_CONFIG
"rest.authentication.realm"
public static final String
REST_AUTHENTICATION_ROLES_CONFIG
"rest.authentication.roles"
public static final String
REST_AUTHENTICATION_USERS_CONFIG
"rest.authentication.users"
public static final String
SSL_ENABLE
"ssl.enable"
public static final String
SSL_IGNORE_HOSTNAME_VERIFICATION
"ssl.ignore.hostname.verification"
public static final String
SSL_KEY_PASSWORD_CONFIG
"ssl.key.password"
public static final String
SSL_KEYSTORE_LOCATION
"ssl.keystore.location"
public static final String
SSL_KEYSTORE_PASSWORD
"ssl.keystore.password"
public static final String
SSL_KEYSTORE_TYPE
"ssl.keystore.type"
public static final String
SSL_TRUSTSTORE_LOCATION
"ssl.truststore.location"
public static final String
SSL_TRUSTSTORE_PASSWORD
"ssl.truststore.password"
public static final String
SSL_TRUSTSTORE_TYPE
"ssl.truststore.type"
-
io.streamthoughts.azkarra.metrics.AzkarraMetricsConfig Modifier and Type Constant Field Value public static final String
METRICS_BINDERS_JVM_ENABLE_CONFIG
"metrics.binders.jvm.enable"
public static final String
METRICS_BINDERS_KAFKA_STREAMS_ENABLE_CONFIG
"metrics.binders.kafkastreams.enable"
public static final String
METRICS_ENABLE_CONFIG
"metrics.enable"
public static final String
METRICS_ENDPOINT_PROMETHEUS_ENABLE_CONFIG
"metrics.endpoints.prometheus.enable"
-
io.streamthoughts.azkarra.runtime.context.DefaultAzkarraContext Modifier and Type Constant Field Value public static final String
DEFAULT_ENV_NAME
"__default"
-
io.streamthoughts.azkarra.runtime.interceptors.MonitoringStreamsInterceptorConfig Modifier and Type Constant Field Value public static final String
MONITORING_INTERCEPTOR_ADVERTISED_SERVER_CONFIG
"monitoring.streams.interceptor.advertised.server"
public static final String
MONITORING_INTERCEPTOR_EXTENSIONS_CONFIG
"monitoring.streams.interceptor.ce.extensions"
public static final String
MONITORING_INTERCEPTOR_INTERVAL_MS_CONFIG
"monitoring.streams.interceptor.interval.ms"
public static final long
MONITORING_INTERCEPTOR_INTERVAL_MS_DEFAULT
10000L
public static final String
MONITORING_INTERCEPTOR_PRODUCER_PREFIX
"monitoring.streams.interceptor.producer"
public static final String
MONITORING_INTERCEPTOR_TOPIC_CONFIG
"monitoring.streams.interceptor.topic"
public static final String
MONITORING_INTERCEPTOR_TOPIC_DEFAULT
"_azkarra-streams-monitoring"
-
io.streamthoughts.azkarra.streams.context.internal.ApplicationConfig Modifier and Type Constant Field Value public static final String
CONTEXT_COMPONENT_CONFIG
"azkarra.components"
public static final String
CONTEXT_CONFIG
"azkarra.context"
public static final String
CONTEXT_ENVIRONMENTS_CONFIG
"azkarra.environments"
-
io.streamthoughts.azkarra.streams.context.internal.EnvironmentConfig Modifier and Type Constant Field Value public static final String
ENVIRONMENT_CONFIG
"config"
public static final String
ENVIRONMENT_NAME_CONFIG
"name"
public static final String
ENVIRONMENT_STREAMS_CONFIG
"jobs"
-
io.streamthoughts.azkarra.streams.context.internal.TopologyConfig Modifier and Type Constant Field Value public static final String
TOPOLOGY_DESCRIPTION_CONFIG
"description"
public static final String
TOPOLOGY_NAME_CONFIG
"name"
public static final String
TOPOLOGY_PROVIDER_ALIAS_CONFIG
"topology"
public static final String
TOPOLOGY_PROVIDER_VERSION_CONFIG
"version"
public static final String
TOPOLOGY_STREAMS_CONFIG
"config"