public static final String |
GRAPHQL_MAX_COMPLEXITY_CONFIG |
"graphql.max.complexity" |
public static final int |
GRAPHQL_MAX_COMPLEXITY_DEFAULT |
2147483647 |
public static final String |
GRAPHQL_MAX_COMPLEXITY_DOC |
"The maximum complexity of the fields for a GraphQL query." |
public static final String |
GRAPHQL_MAX_DEPTH_CONFIG |
"graphql.max.depth" |
public static final int |
GRAPHQL_MAX_DEPTH_DEFAULT |
2147483647 |
public static final String |
GRAPHQL_MAX_DEPTH_DOC |
"The maximum depth for a GraphQL query." |
public static final String |
GRAPHQL_TIMEOUT_MS_CONFIG |
"graphql.timeout.ms" |
public static final int |
GRAPHQL_TIMEOUT_MS_DEFAULT |
2147483647 |
public static final String |
GRAPHQL_TIMEOUT_MS_DOC |
"The timeout in ms for a GraphQL query." |
public static final String |
KEY_SERDES_CONFIG |
"key.serdes" |
public static final String |
KEY_SERDES_DOC |
"Comma-separated list of \"<topic>=<serde>\" settings, where \"serde\" is the serde to use for topic keys, which must be one of [short, int, long, float, double, string, binary, avro:<schema|@file>, json:<schema|@file>, proto:<schema|@file>, latest (use latest version in SR), <id> (use schema id from SR)]. Default: binary" |
public static final String |
LISTENER_CONFIG |
"listener" |
public static final String |
LISTENER_DEFAULT |
"http://0.0.0.0:8765" |
public static final String |
LISTENER_DOC |
"The URL for kgiraffe to listen on. The listener must include the protocol, hostname, and port. For example: http://myhost:8765, https://0.0.0.0:8765" |
public static final String |
SCHEMA_REGISTRY_URL_CONFIG |
"schema.registry.url" |
public static final String |
SCHEMA_REGISTRY_URL_DOC |
"Comma-separated list of URLs for schema registry instances that can be used to register or look up schemas." |
public static final String |
SSL_CIPHER_SUITES_CONFIG |
"ssl.cipher.suites" |
public static final String |
SSL_CIPHER_SUITES_DEFAULT |
"" |
public static final String |
SSL_CIPHER_SUITES_DOC |
"A list of SSL cipher suites. Leave blank to use Jetty\'s defaults." |
public static final String |
SSL_CLIENT_AUTHENTICATION_CONFIG |
"ssl.client.authentication" |
public static final String |
SSL_CLIENT_AUTHENTICATION_DOC |
"SSL mutual auth. Set to NONE to disable SSL client authentication, set to REQUESTED to request but not require SSL client authentication, and set to REQUIRED to require SSL client authentication." |
public static final String |
SSL_CLIENT_AUTHENTICATION_NONE |
"NONE" |
public static final String |
SSL_CLIENT_AUTHENTICATION_REQUESTED |
"REQUESTED" |
public static final String |
SSL_CLIENT_AUTHENTICATION_REQUIRED |
"REQUIRED" |
public static final String |
SSL_ENABLED_PROTOCOLS_CONFIG |
"ssl.enabled.protocols" |
public static final String |
SSL_ENABLED_PROTOCOLS_DEFAULT |
"" |
public static final String |
SSL_ENABLED_PROTOCOLS_DOC |
"The list of protocols enabled for SSL connections. Comma-separated list. Leave blank to use Jetty\'s defaults." |
public static final String |
SSL_ENDPOINT_IDENTIFICATION_ALGORITHM_CONFIG |
"ssl.endpoint.identification.algorithm" |
public static final String |
SSL_ENDPOINT_IDENTIFICATION_ALGORITHM_DOC |
"The endpoint identification algorithm to validate the server hostname using the server certificate." |
public static final String |
SSL_KEY_PASSWORD_CONFIG |
"ssl.key.password" |
public static final String |
SSL_KEY_PASSWORD_DEFAULT |
"" |
public static final String |
SSL_KEY_PASSWORD_DOC |
"The password of the private key in the keystore file." |
public static final String |
SSL_KEYMANAGER_ALGORITHM_CONFIG |
"ssl.keymanager.algorithm" |
public static final String |
SSL_KEYMANAGER_ALGORITHM_DEFAULT |
"" |
public static final String |
SSL_KEYMANAGER_ALGORITHM_DOC |
"The algorithm used by the key manager factory for SSL connections. Leave blank to use Jetty\'s default." |
public static final String |
SSL_KEYSTORE_LOCATION_CONFIG |
"ssl.keystore.location" |
public static final String |
SSL_KEYSTORE_LOCATION_DEFAULT |
"" |
public static final String |
SSL_KEYSTORE_LOCATION_DOC |
"Location of the keystore file to use for SSL. This is required for HTTPS." |
public static final String |
SSL_KEYSTORE_PASSWORD_CONFIG |
"ssl.keystore.password" |
public static final String |
SSL_KEYSTORE_PASSWORD_DEFAULT |
"" |
public static final String |
SSL_KEYSTORE_PASSWORD_DOC |
"The store password for the keystore file." |
public static final String |
SSL_KEYSTORE_TYPE_CONFIG |
"ssl.keystore.type" |
public static final String |
SSL_KEYSTORE_TYPE_DOC |
"The type of keystore file." |
public static final String |
SSL_PROTOCOL_CONFIG |
"ssl.protocol" |
public static final String |
SSL_PROTOCOL_DEFAULT |
"TLS" |
public static final String |
SSL_PROTOCOL_DOC |
"The SSL protocol used to generate the SslContextFactory." |
public static final String |
SSL_PROVIDER_CONFIG |
"ssl.provider" |
public static final String |
SSL_PROVIDER_DEFAULT |
"" |
public static final String |
SSL_PROVIDER_DOC |
"The SSL security provider name. Leave blank to use Jetty\'s default." |
public static final String |
SSL_STORE_TYPE_JKS |
"JKS" |
public static final String |
SSL_STORE_TYPE_PKCS12 |
"PKCS12" |
public static final String |
SSL_TRUSTMANAGER_ALGORITHM_CONFIG |
"ssl.trustmanager.algorithm" |
public static final String |
SSL_TRUSTMANAGER_ALGORITHM_DEFAULT |
"" |
public static final String |
SSL_TRUSTMANAGER_ALGORITHM_DOC |
"The algorithm used by the trust manager factory for SSL connections. Leave blank to use Jetty\'s default." |
public static final String |
SSL_TRUSTSTORE_LOCATION_CONFIG |
"ssl.truststore.location" |
public static final String |
SSL_TRUSTSTORE_LOCATION_DEFAULT |
"" |
public static final String |
SSL_TRUSTSTORE_LOCATION_DOC |
"Location of the trust store. Required only to authenticate HTTPS clients." |
public static final String |
SSL_TRUSTSTORE_PASSWORD_CONFIG |
"ssl.truststore.password" |
public static final String |
SSL_TRUSTSTORE_PASSWORD_DEFAULT |
"" |
public static final String |
SSL_TRUSTSTORE_PASSWORD_DOC |
"The store password for the trust store file." |
public static final String |
SSL_TRUSTSTORE_TYPE_CONFIG |
"ssl.truststore.type" |
public static final String |
SSL_TRUSTSTORE_TYPE_DEFAULT |
"JKS" |
public static final String |
SSL_TRUSTSTORE_TYPE_DOC |
"The type of trust store file." |
public static final String |
STAGE_SCHEMAS_CONFIG |
"stage.schemas" |
public static final String |
STAGE_SCHEMAS_DOC |
"Comma-separated list of schemas, one of avro:<schema|@file>, json:<schema|@file>, proto:<schema|@file>. If more then one schema is specified, later ones are checked for backward compatibility against earlier ones." |
public static final String |
TOKEN_PRIVATE_KEY_PATH_CONFIG |
"token.private.key.path" |
public static final String |
TOKEN_PRIVATE_KEY_PATH_DOC |
"Location of a PEM encoded private key for signing tokens." |
public static final String |
TOKEN_PUBLIC_KEY_PATH_CONFIG |
"token.public.key.path" |
public static final String |
TOKEN_PUBLIC_KEY_PATH_DOC |
"Location of a PEM encoded public key for verifying tokens." |
public static final String |
TOKEN_SIGNATURE_ALGORITHM_CONFIG |
"token.signature.algorithm" |
public static final String |
TOKEN_SIGNATURE_ALGORITHM_DEFAULT |
"RS256" |
public static final String |
TOKEN_SIGNATURE_ALGORITHM_DOC |
"Signature scheme to be used when signing/verifying tokens as defined in https://tools.ietf.org/html/rfc7518#section-3.1. Currently only RS256 is supported." |
public static final String |
TOKEN_TTL_SECS_CONFIG |
"token.ttl.secs" |
public static final int |
TOKEN_TTL_SECS_DEFAULT |
300 |
public static final String |
TOKEN_TTL_SECS_DOC |
"Time-to-live for tokens." |
public static final String |
TOKEN_TYPE_CONFIG |
"token.type" |
public static final String |
TOKEN_TYPE_DOC |
"The token type, either simple (for single-node cluster testing) or jwt." |
public static final String |
TOKEN_TYPE_JWT |
"jwt" |
public static final String |
TOKEN_TYPE_SIMPLE |
"simple" |
public static final String |
TOPICS_CONFIG |
"topics" |
public static final String |
TOPICS_DOC |
"Comma-separated list of topics." |
public static final String |
VALUE_SERDES_CONFIG |
"value.serdes" |
public static final String |
VALUE_SERDES_DOC |
"Comma-separated list of \"<topic>=<serde>\" settings, where \"serde\" is the serde to use for topic values, which must be one of [short, int, long, float, double, string, binary, avro:<schema|@file>, json:<schema|@file>, proto:<schema|@file>, latest (use latest version in SR), <id> (use schema id from SR)]. Default: latest" |