- RemoteClusterUtils - Class in org.apache.kafka.connect.mirror
-
Convenience methods for multi-cluster environments.
- remoteConsumerOffsets(String, String, Duration) - Method in class org.apache.kafka.connect.mirror.MirrorClient
-
Translate a remote consumer group's offsets into corresponding local offsets.
- remoteTopics() - Method in class org.apache.kafka.connect.mirror.MirrorClient
-
Find all remote topics on this cluster.
- remoteTopics(String) - Method in class org.apache.kafka.connect.mirror.MirrorClient
-
Find all remote topics that have been replicated directly from the given source cluster.
- REPLICATION_POLICY_CLASS - Static variable in class org.apache.kafka.connect.mirror.MirrorClientConfig
-
- REPLICATION_POLICY_CLASS_DEFAULT - Static variable in class org.apache.kafka.connect.mirror.MirrorClientConfig
-
- REPLICATION_POLICY_SEPARATOR - Static variable in class org.apache.kafka.connect.mirror.MirrorClientConfig
-
- REPLICATION_POLICY_SEPARATOR_DEFAULT - Static variable in class org.apache.kafka.connect.mirror.MirrorClientConfig
-
- replicationHops(String) - Method in class org.apache.kafka.connect.mirror.MirrorClient
-
Compute shortest number of hops from an upstream source cluster.
- replicationHops(Map<String, Object>, String) - Static method in class org.apache.kafka.connect.mirror.RemoteClusterUtils
-
Find shortest number of hops from an upstream cluster.
- replicationPolicy() - Method in class org.apache.kafka.connect.mirror.MirrorClient
-
Get the ReplicationPolicy instance used to interpret remote topics.
- replicationPolicy() - Method in class org.apache.kafka.connect.mirror.MirrorClientConfig
-
- ReplicationPolicy - Interface in org.apache.kafka.connect.mirror
-
Defines which topics are "remote topics".