static TopicReplication.Builder |
TopicReplication.builder() |
|
TopicReplication.Builder |
TopicReplication.Builder.copyAccessControlListsForTopics(Boolean copyAccessControlListsForTopics) |
Whether to periodically configure remote topic ACLs to match their corresponding upstream topics.
|
TopicReplication.Builder |
TopicReplication.Builder.copyTopicConfigurations(Boolean copyTopicConfigurations) |
Whether to periodically configure remote topics to match their corresponding upstream topics.
|
TopicReplication.Builder |
TopicReplication.Builder.detectAndCopyNewTopics(Boolean detectAndCopyNewTopics) |
Whether to periodically check for new topics and partitions.
|
default TopicReplication.Builder |
TopicReplication.Builder.startingPosition(Consumer<ReplicationStartingPosition.Builder> startingPosition) |
Configuration for specifying the position in the topics to start replicating from.
|
TopicReplication.Builder |
TopicReplication.Builder.startingPosition(ReplicationStartingPosition startingPosition) |
Configuration for specifying the position in the topics to start replicating from.
|
TopicReplication.Builder |
TopicReplication.toBuilder() |
|
default TopicReplication.Builder |
TopicReplication.Builder.topicNameConfiguration(Consumer<ReplicationTopicNameConfiguration.Builder> topicNameConfiguration) |
Configuration for specifying replicated topic names should be the same as their corresponding upstream topics
or prefixed with source cluster alias.
|
TopicReplication.Builder |
TopicReplication.Builder.topicNameConfiguration(ReplicationTopicNameConfiguration topicNameConfiguration) |
Configuration for specifying replicated topic names should be the same as their corresponding upstream topics
or prefixed with source cluster alias.
|
TopicReplication.Builder |
TopicReplication.Builder.topicsToExclude(String... topicsToExclude) |
List of regular expression patterns indicating the topics that should not be replicated.
|
TopicReplication.Builder |
TopicReplication.Builder.topicsToExclude(Collection<String> topicsToExclude) |
List of regular expression patterns indicating the topics that should not be replicated.
|
TopicReplication.Builder |
TopicReplication.Builder.topicsToReplicate(String... topicsToReplicate) |
List of regular expression patterns indicating the topics to copy.
|
TopicReplication.Builder |
TopicReplication.Builder.topicsToReplicate(Collection<String> topicsToReplicate) |
List of regular expression patterns indicating the topics to copy.
|