- admin.timeout.ms
-
管理任务的超时,如检测新主题。默认值为
60000 (1 分钟)。
|
✓
|
✓
|
✓
|
- replication.policy.class
-
定义远程主题命名约定的策略。默认为
org.apache.kafka.connect.mirror.DefaultReplicationPolicy 。
|
✓
|
✓
|
✓
|
- replication.policy.separator
-
在目标集群中用于主题命名的分隔符。默认为
. (点)。只有在 replication.policy.class 是 DefaultReplicationPolicy 时才会使用。
|
✓
|
✓
|
✓
|
- consumer.poll.timeout.ms
-
轮询源集群时超时。默认值为
1000 (1 秒)。
|
✓
|
✓
| |
- offset-syncs.topic.location
-
offset-syncs 主题的位置,可以是 源 (默认)或 目标集群 。
|
✓
|
✓
| |
- topic.filter.class
-
选择要复制的主题的主题过滤器。默认为
org.apache.kafka.connect.mirror.DefaultTopicFilter 。
|
✓
|
✓
| |
- config.property.filter.class
-
用于选择要复制的主题配置属性的主题过滤器。默认为
org.apache.kafka.connect.mirror.DefaultConfigPropertyFilter 。
|
✓
| | |
- config.properties.exclude
-
不应复制的主题配置属性。支持以逗号分隔的属性名称和正则表达式。
|
✓
| | |
- offset.lag.max
-
在同步远程分区前,最大允许(不同步)偏移滞后。默认值为
100 。
|
✓
| | |
- offset-syncs.topic.replication.factor
-
内部
offset-syncs 主题的复制因素。默认值为 3 。
|
✓
| | |
- refresh.topics.enabled
-
启用检查新主题和分区。默认为
true 。
|
✓
| | |
- refresh.topics.interval.seconds
-
主题刷新的频率。默认为
600 (10 分钟)。
|
✓
| | |
- replication.factor
-
新主题的复制因素。默认值为
2 。
|
✓
| | |
- sync.topic.acls.enabled
-
启用从源集群同步 ACL。默认为
true 。与 User Operator 不兼容。
|
✓
| | |
- sync.topic.acls.interval.seconds
-
ACL 同步的频率。默认为
600 (10 分钟)。
|
✓
| | |
- sync.topic.configs.enabled
-
启用从源集群同步主题配置。默认为
true 。
|
✓
| | |
- sync.topic.configs.interval.seconds
-
主题配置同步的频率。默认
600 (10 分钟)。
|
✓
| | |
- checkpoints.topic.replication.factor
-
内部
检查点 主题的复制因素。默认值为 3 。
| |
✓
| |
- emit.checkpoints.enabled
-
启用将消费者偏移同步到目标集群。默认为
true 。
| |
✓
| |
- emit.checkpoints.interval.seconds
-
消费者偏移同步的频率。默认值为
60 (1 分钟)。
| |
✓
| |
- group.filter.class
-
组过滤器,以选择要复制的消费者组。默认为
org.apache.kafka.connect.mirror.DefaultGroupFilter 。
| |
✓
| |
- refresh.groups.enabled
-
启用检查新的消费者组。默认为
true 。
| |
✓
| |
- refresh.groups.interval.seconds
-
消费者组刷新的频率。默认为
600 (10 分钟)。
| |
✓
| |
- sync.group.offsets.enabled
-
启用将消费者组偏移同步到目标集群
__consumer_offsets 主题。默认为 false 。
| |
✓
| |
- sync.group.offsets.interval.seconds
-
消费者组偏移同步的频率。默认值为
60 (1 分钟)。
| |
✓
| |
- emit.heartbeats.enabled
-
在目标集群中启用连接检查。默认为
true 。
| | |
✓
|
- emit.heartbeats.interval.seconds
-
连接检查的频率。默认为
1 ( 1 秒)。
| | |
✓
|
- heartbeats.topic.replication.factor
-
内部
心跳 主题的复制因素。默认值为 3 。
| | |
✓
|