public static final java.lang.String |
BASE_PREFIX |
"confluent.plugins." |
public static final long |
DEFAULT_DELETE_RETENTION_MS_MAX |
60566400000L |
public static final java.lang.String |
DEFAULT_INTERNAL_LISTENER |
"INTERNAL" |
public static final int |
DEFAULT_MAX_MESSAGE_BYTES_MAX |
8388608 |
public static final int |
DEFAULT_MAX_PARTITIONS_PER_TENANT |
512 |
public static final long |
DEFAULT_RETENTION_MS_MAX |
9223372036854775807L |
public static final int |
DEFAULT_SEGMENT_BYTES_MAX |
1073741824 |
public static final int |
DEFAULT_SEGMENT_BYTES_MIN |
52428800 |
public static final int |
DEFAULT_SEGMENT_MS_MIN |
600000 |
public static final java.lang.String |
DELETE_RETENTION_MS_MAX_CONFIG |
"confluent.plugins.topic.policy.delete.retention.ms.max" |
protected static final java.lang.String |
DELETE_RETENTION_MS_MAX_CONFIG_DOC |
"The maximum allowed value for the delete.retention.ms topic config property." |
public static final java.lang.String |
INTERNAL_LISTENER_CONFIG |
"confluent.plugins.topic.policy.internal.listener" |
protected static final java.lang.String |
INTERNAL_LISTENER_CONFIG_DOC |
"Internal listener to get bootstrap broker for AdminClient." |
public static final java.lang.String |
MAX_MESSAGE_BYTES_MAX_CONFIG |
"confluent.plugins.topic.policy.max.message.bytes.max" |
protected static final java.lang.String |
MAX_MESSAGE_BYTES_MAX_CONFIG_DOC |
"The maximum allowed value for the max.message.bytes topic config property." |
public static final java.lang.String |
MAX_PARTITIONS_PER_TENANT_CONFIG |
"confluent.plugins.topic.policy.max.partitions.per.tenant" |
protected static final java.lang.String |
MAX_PARTITIONS_PER_TENANT_CONFIG_DOC |
"The maximum partitions per tenant." |
public static final short |
MIN_ISR |
1 |
public static final java.lang.String |
REPLICATION_FACTOR_CONFIG |
"confluent.plugins.topic.policy.replication.factor" |
protected static final java.lang.String |
REPLICATION_FACTOR_DOC |
"The required replication factor for all topics if set." |
public static final java.lang.String |
RETENTION_MS_MAX_CONFIG |
"confluent.plugins.topic.policy.retention.ms.max" |
protected static final java.lang.String |
RETENTION_MS_MAX_CONFIG_DOC |
"The maximum allowed value for the retention.ms topic config property." |
public static final java.lang.String |
SEGMENT_BYTES_MAX_CONFIG |
"confluent.plugins.topic.policy.segment.bytes.max" |
protected static final java.lang.String |
SEGMENT_BYTES_MAX_CONFIG_DOC |
"The maximum allowed value for the segment.bytes topic config property." |
public static final java.lang.String |
SEGMENT_BYTES_MIN_CONFIG |
"confluent.plugins.topic.policy.segment.bytes.min" |
protected static final java.lang.String |
SEGMENT_BYTES_MIN_CONFIG_DOC |
"The minimum allowed value for the segment.bytes topic config property." |
public static final java.lang.String |
SEGMENT_MS_MIN_CONFIG |
"confluent.plugins.topic.policy.segment.ms.min" |
protected static final java.lang.String |
SEGMENT_MS_MIN_CONFIG_DOC |
"The minimum allowed value for the segment.ms topic config property." |
public static final java.lang.String |
TOPIC_PREFIX |
"confluent.plugins.topic.policy." |