Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CONSUMER_GROUP_ID_KEY |
"group" |
public static final String |
DOWNSTREAM_OFFSET_KEY |
"offset" |
public static final String |
METADATA_KEY |
"metadata" |
public static final String |
PARTITION_KEY |
"partition" |
public static final String |
TOPIC_KEY |
"topic" |
public static final String |
UPSTREAM_OFFSET_KEY |
"upstreamOffset" |
public static final short |
VERSION |
0 |
public static final String |
VERSION_KEY |
"version" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
INTERNAL_TOPIC_SEPARATOR_ENABLED_CONFIG |
"replication.policy.internal.topic.separator.enabled" |
public static final String |
SEPARATOR_CONFIG |
"replication.policy.separator" |
public static final String |
SEPARATOR_DEFAULT |
"." |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
SOURCE_CLUSTER_ALIAS_KEY |
"sourceClusterAlias" |
public static final String |
TARGET_CLUSTER_ALIAS_KEY |
"targetClusterAlias" |
public static final String |
TIMESTAMP_KEY |
"timestamp" |
public static final short |
VERSION |
0 |
public static final String |
VERSION_KEY |
"version" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
SOURCE_CLUSTER_ALIAS_CONFIG |
"source.cluster.alias" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ADMIN_CLIENT_PREFIX |
"admin." |
public static final String |
CONSUMER_CLIENT_PREFIX |
"consumer." |
public static final String |
FORWARDING_ADMIN_CLASS |
"forwarding.admin.class" |
public static final String |
FORWARDING_ADMIN_CLASS_DOC |
"Class which extends ForwardingAdmin to define custom cluster resource management (topics, configs, etc). The class must have a constructor with signature <code>(Map<String, Object> config)</code> that is used to configure a KafkaAdminClient and may also be used to configure clients for external systems if necessary." |
public static final String |
INTERNAL_TOPIC_SEPARATOR_ENABLED |
"replication.policy.internal.topic.separator.enabled" |
public static final String |
INTERNAL_TOPIC_SEPARATOR_ENABLED_DOC |
"Whether to use replication.policy.separator to control the names of topics used for checkpoints and offset syncs. By default, custom separators are used in these topic names; however, if upgrading MirrorMaker 2 from older versions that did not allow for these topic names to be customized, it may be necessary to set this property to \'false\' in order to continue using the same names for those topics." |
public static final String |
PRODUCER_CLIENT_PREFIX |
"producer." |
public static final String |
REPLICATION_POLICY_CLASS |
"replication.policy.class" |
public static final String |
REPLICATION_POLICY_SEPARATOR |
"replication.policy.separator" |
public static final String |
REPLICATION_POLICY_SEPARATOR_DEFAULT |
"." |