public static final String |
COMPATIBILITY_CONFIG |
"avro.compatibility.level" |
protected static final String |
COMPATIBILITY_DOC |
"The compatibility type. Valid values are: none (new schema can be any valid schema), backward (new schema can read data produced by latest registered schema), forward (latest registered schema can read data produced by the new schema), full (new schema is backward and forward compatible with latest registered schema), backward_transitive (new schema is backward compatible with all previous versions), forward_transitive (new schema is forward compatible with all previous versions), full_transitive (new schema is backward and forward compatible with all previous versions)" |
public static final String |
CONTEXT_SEARCH_DEFAULT_LIMIT_CONFIG |
"context.search.default.limit" |
public static final int |
CONTEXT_SEARCH_DEFAULT_LIMIT_DEFAULT |
2147483647 |
protected static final String |
CONTEXT_SEARCH_DEFAULT_LIMIT_DOC |
"The default limit for context searches." |
public static final String |
CONTEXT_SEARCH_MAX_LIMIT_CONFIG |
"context.search.max.limit" |
public static final int |
CONTEXT_SEARCH_MAX_LIMIT_DEFAULT |
2147483647 |
protected static final String |
CONTEXT_SEARCH_MAX_LIMIT_DOC |
"The max limit for context searches." |
public static final boolean |
DEFAULT_ENABLE_STORE_HEALTH_CHECK |
false |
public static final String |
DEFAULT_KAFKASTORE_TOPIC |
"_schemas" |
public static final int |
DEFAULT_KAFKASTORE_TOPIC_REPLICATION_FACTOR |
3 |
public static final boolean |
DEFAULT_KAFKASTORE_TOPIC_SKIP_VALIDATION |
false |
public static final int |
DEFAULT_KAFKASTORE_WRITE_MAX_RETRIES |
5 |
public static final int |
DEFAULT_LEADER_CONNECT_TIMEOUT_MS |
60000 |
public static final boolean |
DEFAULT_LEADER_ELECTION_DELAY |
false |
public static final boolean |
DEFAULT_LEADER_ELECTION_STICKY |
false |
public static final boolean |
DEFAULT_LEADER_ELIGIBILITY |
true |
public static final int |
DEFAULT_LEADER_READ_TIMEOUT_MS |
60000 |
public static final boolean |
DEFAULT_MODE_MUTABILITY |
true |
public static final String |
ENABLE_FIPS_CONFIG |
"enable.fips" |
protected static final String |
ENABLE_FIPS_DOC |
"Enable FIPS mode on the server. If FIPS mode is enabled, broker listener security protocols, TLS versions and cipher suites will be validated based on FIPS compliance requirement." |
public static final String |
ENABLE_STORE_HEALTH_CHECK |
"enable.store.health.check" |
protected static final String |
ENABLE_STORE_HEALTH_CHECK_DOC |
"If true, health check will call the local storage." |
protected static final String |
HOST_DOC |
"The host name. Make sure to set this if running SchemaRegistry with multiple nodes. This name is also used in the endpoint for inter instance communication" |
public static final String |
HOST_NAME_CONFIG |
"host.name" |
public static final String |
HOST_PORT_CONFIG |
"host.port" |
protected static final String |
HOST_PORT_DOC |
"The host port. This port is used in the endpoint for inter instance communication" |
public static final String |
HTTP |
"http" |
public static final String |
HTTPS |
"https" |
public static final String |
INIT_RESOURCE_EXTENSION_CONFIG |
"init.resource.extension.class" |
protected static final String |
INIT_RESOURCE_EXTENSION_DOC |
" A list of classes to use as SchemaRegistryResourceExtension. Implementing the interface <code>SchemaRegistryResourceExtension</code> allows you to inject user defined resources to Schema Registry. These resources will be injected before Schema Registry is initialized." |
public static final String |
INTER_INSTANCE_HEADERS_WHITELIST_CONFIG |
"inter.instance.headers.whitelist" |
protected static final String |
INTER_INSTANCE_HEADERS_WHITELIST_DOC |
"A list of ``http`` headers to forward from follower to leader, in addition to ``Content-Type``, ``Accept``, ``Authorization``, ``X-Request-ID``." |
public static final String |
INTER_INSTANCE_LISTENER_NAME_CONFIG |
"inter.instance.listener.name" |
protected static final String |
INTER_INSTANCE_LISTENER_NAME_DOC |
"Name of listener used for communication between schema registry instances. If this value is unset, the listener used is defined by inter.instance.protocol. If both properties are set at the same time, inter.instance.listener.name takes precedence." |
public static final String |
INTER_INSTANCE_PROTOCOL_CONFIG |
"inter.instance.protocol" |
protected static final String |
KAFAKSTORE_SSL_ENABLED_PROTOCOLS_DOC |
"Protocols enabled for SSL connections." |
protected static final String |
KAFAKSTORE_SSL_KEYSTORE_TYPE_DOC |
"The file format of the keystore." |
protected static final String |
KAFAKSTORE_SSL_PROTOCOL_DOC |
"The SSL protocol used." |
protected static final String |
KAFAKSTORE_SSL_PROVIDER_DOC |
"The name of the security provider used for SSL." |
protected static final String |
KAFAKSTORE_SSL_TRUSTSTORE_TYPE_DOC |
"The file format of the trust store." |
protected static final String |
KAFKAGROUP_HEARTBEAT_INTERVAL_DOC |
"The expected time between heartbeats to the consumer coordinator when using Kafka\'s group management facilities." |
public static final String |
KAFKAGROUP_HEARTBEAT_INTERVAL_MS_CONFIG |
"kafkagroup.heartbeat.interval.ms" |
protected static final String |
KAFKAGROUP_REBALANCE_TIMEOUT_DOC |
"The maximum allowed time for each worker to join the group once a rebalance has begun." |
public static final String |
KAFKAGROUP_REBALANCE_TIMEOUT_MS_CONFIG |
"kafkagroup.rebalance.timeout.ms" |
protected static final String |
KAFKAGROUP_SESSION_TIMEOUT_DOC |
"The timeout used to detect client failures when using Kafka\'s group management facility." |
public static final String |
KAFKAGROUP_SESSION_TIMEOUT_MS_CONFIG |
"kafkagroup.session.timeout.ms" |
public static final String |
KAFKASTORE_BOOTSTRAP_SERVERS_CONFIG |
"kafkastore.bootstrap.servers" |
protected static final String |
KAFKASTORE_BOOTSTRAP_SERVERS_DOC |
"A list of Kafka brokers to connect to. For example, `PLAINTEXT://hostname:9092,SSL://hostname2:9092`\n\nThe Kafka cluster containing these bootstrap servers will be used both to coordinate schema registry instances (leader election) and store schema data." |
public static final String |
KAFKASTORE_CHECKPOINT_DIR_CONFIG |
"kafkastore.checkpoint.dir" |
protected static final String |
KAFKASTORE_CHECKPOINT_DIR_DOC |
"For persistent stores, the directory in which to store offset checkpoints." |
public static final String |
KAFKASTORE_CHECKPOINT_VERSION_CONFIG |
"kafkastore.checkpoint.version" |
protected static final String |
KAFKASTORE_CHECKPOINT_VERSION_DOC |
"For persistent stores, the version of the checkpoint offset file." |
public static final String |
KAFKASTORE_CONNECTION_URL_CONFIG |
"kafkastore.connection.url" |
protected static final String |
KAFKASTORE_CONNECTION_URL_DOC |
"ZooKeeper URL for the Kafka cluster" |
public static final String |
KAFKASTORE_GROUP_ID_CONFIG |
"kafkastore.group.id" |
protected static final String |
KAFKASTORE_GROUP_ID_DOC |
"Use this setting to override the group.id for the KafkaStore consumer.\nThis setting can become important when security is enabled, to ensure stability over the schema registry consumer\'s group.id\nWithout this configuration, group.id will be \"schema-registry-<host>-<port>\"" |
public static final String |
KAFKASTORE_INIT_TIMEOUT_CONFIG |
"kafkastore.init.timeout.ms" |
protected static final String |
KAFKASTORE_INIT_TIMEOUT_DOC |
"The timeout for initialization of the Kafka store, including creation of the Kafka topic that stores schema data." |
public static final String |
KAFKASTORE_INIT_WAIT_FOR_READER_CONFIG |
"kafkastore.init.wait.for.reader" |
protected static final String |
KAFKASTORE_INIT_WAIT_FOR_READER_DOC |
"If true, Kafka store initialization and leader election will wait for the Kafka reader to reach the last offset." |
public static final String |
KAFKASTORE_SASL_KERBEROS_KINIT_CMD_CONFIG |
"kafkastore.sasl.kerberos.kinit.cmd" |
public static final String |
KAFKASTORE_SASL_KERBEROS_KINIT_CMD_DOC |
"The Kerberos kinit command path." |
public static final String |
KAFKASTORE_SASL_KERBEROS_MIN_TIME_BEFORE_RELOGIN_CONFIG |
"kafkastore.sasl.kerberos.min.time.before.relogin" |
public static final String |
KAFKASTORE_SASL_KERBEROS_MIN_TIME_BEFORE_RELOGIN_DOC |
"The login time between refresh attempts." |
public static final String |
KAFKASTORE_SASL_KERBEROS_SERVICE_NAME_CONFIG |
"kafkastore.sasl.kerberos.service.name" |
public static final String |
KAFKASTORE_SASL_KERBEROS_SERVICE_NAME_DOC |
"The Kerberos principal name that the Kafka client runs as. This can be defined either in the JAAS config file or here." |
public static final String |
KAFKASTORE_SASL_KERBEROS_TICKET_RENEW_JITTER_CONFIG |
"kafkastore.sasl.kerberos.ticket.renew.jitter" |
public static final String |
KAFKASTORE_SASL_KERBEROS_TICKET_RENEW_JITTER_DOC |
"The percentage of random jitter added to the renewal time." |
public static final String |
KAFKASTORE_SASL_KERBEROS_TICKET_RENEW_WINDOW_FACTOR_CONFIG |
"kafkastore.sasl.kerberos.ticket.renew.window.factor" |
public static final String |
KAFKASTORE_SASL_KERBEROS_TICKET_RENEW_WINDOW_FACTOR_DOC |
"Login thread will sleep until the specified window factor of time from last refresh to ticket\'s expiry has been reached, at which time it will try to renew the ticket." |
public static final String |
KAFKASTORE_SASL_MECHANISM_CONFIG |
"kafkastore.sasl.mechanism" |
public static final String |
KAFKASTORE_SASL_MECHANISM_DOC |
"The SASL mechanism used for Kafka connections. GSSAPI is the default." |
public static final String |
KAFKASTORE_SECURITY_PROTOCOL_CONFIG |
"kafkastore.security.protocol" |
protected static final String |
KAFKASTORE_SECURITY_PROTOCOL_DOC |
"The security protocol to use when connecting with Kafka, the underlying persistent storage. Values can be `PLAINTEXT`, `SSL`, `SASL_PLAINTEXT`, or `SASL_SSL`." |
public static final String |
KAFKASTORE_SECURITY_PROTOCOL_PLAINTEXT |
"PLAINTEXT" |
public static final String |
KAFKASTORE_SECURITY_PROTOCOL_SSL |
"SSL" |
public static final String |
KAFKASTORE_SSL_CIPHER_SUITES_CONFIG |
"kafkastore.ssl.cipher.suites" |
protected static final String |
KAFKASTORE_SSL_CIPHER_SUITES_DOC |
"A list of cipher suites used for SSL." |
public static final String |
KAFKASTORE_SSL_ENABLED_PROTOCOLS_CONFIG |
"kafkastore.ssl.enabled.protocols" |
public static final String |
KAFKASTORE_SSL_ENDPOINT_IDENTIFICATION_ALGORITHM_CONFIG |
"kafkastore.ssl.endpoint.identification.algorithm" |
protected static final String |
KAFKASTORE_SSL_ENDPOINT_IDENTIFICATION_ALGORITHM_DOC |
"The endpoint identification algorithm to validate the server hostname using the server certificate." |
public static final String |
KAFKASTORE_SSL_KEY_PASSWORD_CONFIG |
"kafkastore.ssl.key.password" |
protected static final String |
KAFKASTORE_SSL_KEY_PASSWORD_DOC |
"The password of the key contained in the keystore." |
public static final String |
KAFKASTORE_SSL_KEYMANAGER_ALGORITHM_CONFIG |
"kafkastore.ssl.keymanager.algorithm" |
protected static final String |
KAFKASTORE_SSL_KEYMANAGER_ALGORITHM_DOC |
"The algorithm used by key manager factory for SSL connections." |
public static final String |
KAFKASTORE_SSL_KEYSTORE_LOCATION_CONFIG |
"kafkastore.ssl.keystore.location" |
protected static final String |
KAFKASTORE_SSL_KEYSTORE_LOCATION_DOC |
"The location of the SSL keystore file." |
public static final String |
KAFKASTORE_SSL_KEYSTORE_PASSWORD_CONFIG |
"kafkastore.ssl.keystore.password" |
protected static final String |
KAFKASTORE_SSL_KEYSTORE_PASSWORD_DOC |
"The password to access the keystore." |
public static final String |
KAFKASTORE_SSL_KEYSTORE_TYPE_CONFIG |
"kafkastore.ssl.keystore.type" |
public static final String |
KAFKASTORE_SSL_PROTOCOL_CONFIG |
"kafkastore.ssl.protocol" |
public static final String |
KAFKASTORE_SSL_PROVIDER_CONFIG |
"kafkastore.ssl.provider" |
public static final String |
KAFKASTORE_SSL_TRUSTMANAGER_ALGORITHM_CONFIG |
"kafkastore.ssl.trustmanager.algorithm" |
protected static final String |
KAFKASTORE_SSL_TRUSTMANAGER_ALGORITHM_DOC |
"The algorithm used by the trust manager factory for SSL connections." |
public static final String |
KAFKASTORE_SSL_TRUSTSTORE_LOCATION_CONFIG |
"kafkastore.ssl.truststore.location" |
protected static final String |
KAFKASTORE_SSL_TRUSTSTORE_LOCATION_DOC |
"The location of the SSL trust store file." |
public static final String |
KAFKASTORE_SSL_TRUSTSTORE_PASSWORD_CONFIG |
"kafkastore.ssl.truststore.password" |
protected static final String |
KAFKASTORE_SSL_TRUSTSTORE_PASSWORD_DOC |
"The password to access the trust store." |
public static final String |
KAFKASTORE_SSL_TRUSTSTORE_TYPE_CONFIG |
"kafkastore.ssl.truststore.type" |
public static final String |
KAFKASTORE_TIMEOUT_CONFIG |
"kafkastore.timeout.ms" |
protected static final String |
KAFKASTORE_TIMEOUT_DOC |
"The timeout for an operation on the Kafka store" |
public static final String |
KAFKASTORE_TOPIC_CONFIG |
"kafkastore.topic" |
protected static final String |
KAFKASTORE_TOPIC_DOC |
"The durable single partition topic that actsas the durable log for the data" |
public static final String |
KAFKASTORE_TOPIC_REPLICATION_FACTOR_CONFIG |
"kafkastore.topic.replication.factor" |
protected static final String |
KAFKASTORE_TOPIC_REPLICATION_FACTOR_DOC |
"The desired replication factor of the schema topic. The actual replication factor will be the smaller of this value and the number of live Kafka brokers." |
public static final String |
KAFKASTORE_TOPIC_SKIP_VALIDATION_CONFIG |
"kafkastore.topic.skip.validation" |
protected static final String |
KAFKASTORE_TOPIC_SKIP_VALIDATION_DOC |
"Whether schema registry should skip validation & creation of topics on boot." |
public static final String |
KAFKASTORE_UPDATE_HANDLERS_CONFIG |
"kafkastore.update.handlers" |
protected static final String |
KAFKASTORE_UPDATE_HANDLERS_DOC |
" A list of classes to use as StoreUpdateHandler. Implementing the interface <code>StoreUpdateHandler</code> allows you to handle Kafka store update events." |
public static final String |
KAFKASTORE_WRITE_MAX_RETRIES_CONFIG |
"kafkastore.write.max.retries" |
protected static final String |
KAFKASTORE_WRITE_RETRIES_DOC |
"Retry a failed register schema request to the underlying Kafka store up to this many times, for example in case of a conflicting schema ID." |
public static final String |
LEADER_CONNECT_TIMEOUT_MS |
"leader.connect.timeout.ms" |
protected static final String |
LEADER_CONNECT_TIMEOUT_MS_DOC |
"The timeout for connections when forwarding requests to the leader." |
public static final String |
LEADER_ELECTION_DELAY |
"leader.election.delay" |
protected static final String |
LEADER_ELECTION_DELAY_DOC |
"Whether to delay leader election until after initialization." |
public static final String |
LEADER_ELECTION_STICKY |
"leader.election.sticky" |
protected static final String |
LEADER_ELECTION_STICKY_DOC |
"If true, leader election will prefer to keep the current leader if possible. This is a cluster wide setting i.e all nodes should have either true or false." |
public static final String |
LEADER_ELIGIBILITY |
"leader.eligibility" |
protected static final String |
LEADER_ELIGIBILITY_DOC |
"If true, this node can participate in leader election. In a multi-colo setup, turn this off for clusters in the follower data center." |
public static final String |
LEADER_READ_TIMEOUT_MS |
"leader.read.timeout.ms" |
protected static final String |
LEADER_READ_TIMEOUT_MS_DOC |
"The timeout for reading responses after forwarding requests to the leader." |
public static final String |
LISTENER_NAME_PREFIX |
"listener.name." |
public static final String |
MASTER_ELIGIBILITY |
"master.eligibility" |
public static final String |
METADATA_ENCODER_OLD_SECRET_CONFIG |
"metadata.encoder.old.secret" |
protected static final String |
METADATA_ENCODER_OLD_SECRET_DOC |
"The old secret that was used to encrypt and decrypt encoder keysets. This is only required when the secret is updated. If specified, all keysets are decrypted using this old secret and re-encrypted using the new secret." |
public static final String |
METADATA_ENCODER_SECRET_CONFIG |
"metadata.encoder.secret" |
protected static final String |
METADATA_ENCODER_SECRET_DOC |
"The secret used to encrypt and decrypt encoder keysets. Use a random string with high entropy." |
public static final String |
METADATA_ENCODER_TOPIC_CONFIG |
"metadata.encoder.topic" |
public static final String |
METADATA_ENCODER_TOPIC_DEFAULT |
"_schema_encoders" |
protected static final String |
METADATA_ENCODER_TOPIC_DOC |
"The durable single partition topic that acts as the durable log for the encoder keysets." |
public static final String |
MODE_MUTABILITY |
"mode.mutability" |
protected static final String |
MODE_MUTABILITY_DOC |
"If true, this node will allow mode changes if it is the leader." |
public static final String |
RESOURCE_CERT_LABEL_NAME |
"resource.cert.name" |
public static final String |
RESOURCE_CERT_LABEL_TYPE |
"resource.cert.type" |
public static final String |
RESOURCE_EXTENSION_CONFIG |
"resource.extension.class" |
public static final String |
RESOURCE_LABEL_CLUSTER_ID |
"resource.cluster.id" |
public static final String |
RESOURCE_LABEL_COMMIT_ID |
"resource.commit.id" |
public static final String |
RESOURCE_LABEL_GROUP_ID |
"resource.group.id" |
public static final String |
RESOURCE_LABEL_PREFIX |
"resource." |
public static final String |
RESOURCE_LABEL_TYPE |
"resource.type" |
public static final String |
RESOURCE_LABEL_VERSION |
"resource.version" |
public static final String |
RESOURCE_STATIC_LOCATIONS_CONFIG |
"resource.static.locations" |
protected static final String |
RESOURCE_STATIC_LOCATIONS_DOC |
" A list of classpath resources containing static resources to serve using the default servlet." |
public static final String |
SCHEMA_CACHE_EXPIRY_SECS_CONFIG |
"schema.cache.expiry.secs" |
public static final int |
SCHEMA_CACHE_EXPIRY_SECS_DEFAULT |
300 |
protected static final String |
SCHEMA_CACHE_EXPIRY_SECS_DOC |
"The expiration in seconds for entries accessed in the cache." |
public static final String |
SCHEMA_CACHE_SIZE_CONFIG |
"schema.cache.size" |
public static final int |
SCHEMA_CACHE_SIZE_DEFAULT |
1000 |
protected static final String |
SCHEMA_CACHE_SIZE_DOC |
"The maximum size of the schema cache." |
public static final String |
SCHEMA_CANONICALIZE_ON_CONSUME_CONFIG |
"schema.canonicalize.on.consume" |
protected static final String |
SCHEMA_CANONICALIZE_ON_CONSUME_DOC |
"A list of schema types to canonicalize on consume, to be used if canonicalization changes." |
public static final String |
SCHEMA_COMPATIBILITY_CONFIG |
"schema.compatibility.level" |
public static final String |
SCHEMA_PROVIDERS_CONFIG |
"schema.providers" |
protected static final String |
SCHEMA_PROVIDERS_DOC |
" A list of classes to use as SchemaProvider. Implementing the interface <code>SchemaProvider</code> allows you to add custom schema types to Schema Registry." |
public static final String |
SCHEMA_SEARCH_DEFAULT_LIMIT_CONFIG |
"schema.search.default.limit" |
public static final int |
SCHEMA_SEARCH_DEFAULT_LIMIT_DEFAULT |
1000 |
protected static final String |
SCHEMA_SEARCH_DEFAULT_LIMIT_DOC |
"The default limit for schema searches." |
public static final String |
SCHEMA_SEARCH_MAX_LIMIT_CONFIG |
"schema.search.max.limit" |
public static final int |
SCHEMA_SEARCH_MAX_LIMIT_DEFAULT |
1000 |
protected static final String |
SCHEMA_SEARCH_MAX_LIMIT_DOC |
"The max limit for schema searches." |
public static final String |
SCHEMA_VALIDATE_FIELDS_CONFIG |
"schema.validate.fields" |
public static final boolean |
SCHEMA_VALIDATE_FIELDS_DEFAULT |
false |
public static final String |
SCHEMAREGISTRY_GROUP_ID_CONFIG |
"schema.registry.group.id" |
protected static final String |
SCHEMAREGISTRY_GROUP_ID_DOC |
"Use this setting to override the group.id for the Kafka group used when Kafka is used for leader election.\nWithout this configuration, group.id will be \"schema-registry\". If you want to run more than one schema registry cluster against a single Kafka cluster you should make this setting unique for each cluster." |
public static final String |
SCHEMAREGISTRY_INTER_INSTANCE_PROTOCOL_CONFIG |
"schema.registry.inter.instance.protocol" |
protected static final String |
SCHEMAREGISTRY_INTER_INSTANCE_PROTOCOL_DOC |
"The protocol used while making calls between the instances of schema registry. The follower to leader node calls for writes and deletes will use the specified protocol. The default value would be `http`. When `https` is set, `ssl.keystore.` and `ssl.truststore.` configs are used while making the call. If this config and inter.instance.listener.name are both set, inter.instance.listener.name takes precedence.schema.registry.inter.instance.protocol name is deprecated; prefer using inter.instance.protocol instead." |
public static final String |
SCHEMAREGISTRY_RESOURCE_EXTENSION_CONFIG |
"schema.registry.resource.extension.class" |
protected static final String |
SCHEMAREGISTRY_RESOURCE_EXTENSION_DOC |
" A list of classes to use as SchemaRegistryResourceExtension. Implementing the interface <code>SchemaRegistryResourceExtension</code> allows you to inject user defined resources like filters to Schema Registry. Typically used to add custom capability like logging, security, etc. The schema.registry.resource.extension.class name is deprecated; prefer using resource.extension.class instead." |
public static final String |
SUBJECT_SEARCH_DEFAULT_LIMIT_CONFIG |
"subject.search.default.limit" |
public static final int |
SUBJECT_SEARCH_DEFAULT_LIMIT_DEFAULT |
2147483647 |
protected static final String |
SUBJECT_SEARCH_DEFAULT_LIMIT_DOC |
"The default limit for subject searches." |
public static final String |
SUBJECT_SEARCH_MAX_LIMIT_CONFIG |
"subject.search.max.limit" |
public static final int |
SUBJECT_SEARCH_MAX_LIMIT_DEFAULT |
2147483647 |
protected static final String |
SUBJECT_SEARCH_MAX_LIMIT_DOC |
"The max limit for subject searches." |
public static final String |
SUBJECT_VERSION_SEARCH_DEFAULT_LIMIT_CONFIG |
"subject.version.search.default.limit" |
public static final int |
SUBJECT_VERSION_SEARCH_DEFAULT_LIMIT_DEFAULT |
2147483647 |
protected static final String |
SUBJECT_VERSION_SEARCH_DEFAULT_LIMIT_DOC |
"The default limit for subject version searches." |
public static final String |
SUBJECT_VERSION_SEARCH_MAX_LIMIT_CONFIG |
"subject.version.search.max.limit" |
public static final int |
SUBJECT_VERSION_SEARCH_MAX_LIMIT_DEFAULT |
2147483647 |
protected static final String |
SUBJECT_VERSION_SEARCH_MAX_LIMIT_DOC |
"The max limit for subject version searches." |
protected static final String |
VALIDATE_FIELDS_DOC |
"Determines whether field validation is enabled or not. If enabled, it checks whether any top level fields conflict with the reserved fields in metadata. It also checks for the presence of any field names beginning with $$" |