static TopicReplicationUpdate.Builder |
TopicReplicationUpdate.builder() |
|
TopicReplicationUpdate.Builder |
TopicReplicationUpdate.Builder.copyAccessControlListsForTopics(Boolean copyAccessControlListsForTopics) |
Whether to periodically configure remote topic ACLs to match their corresponding upstream topics.
|
TopicReplicationUpdate.Builder |
TopicReplicationUpdate.Builder.copyTopicConfigurations(Boolean copyTopicConfigurations) |
Whether to periodically configure remote topics to match their corresponding upstream topics.
|
TopicReplicationUpdate.Builder |
TopicReplicationUpdate.Builder.detectAndCopyNewTopics(Boolean detectAndCopyNewTopics) |
Whether to periodically check for new topics and partitions.
|
TopicReplicationUpdate.Builder |
TopicReplicationUpdate.toBuilder() |
|
TopicReplicationUpdate.Builder |
TopicReplicationUpdate.Builder.topicsToExclude(String... topicsToExclude) |
List of regular expression patterns indicating the topics that should not be replicated.
|
TopicReplicationUpdate.Builder |
TopicReplicationUpdate.Builder.topicsToExclude(Collection<String> topicsToExclude) |
List of regular expression patterns indicating the topics that should not be replicated.
|
TopicReplicationUpdate.Builder |
TopicReplicationUpdate.Builder.topicsToReplicate(String... topicsToReplicate) |
List of regular expression patterns indicating the topics to copy.
|
TopicReplicationUpdate.Builder |
TopicReplicationUpdate.Builder.topicsToReplicate(Collection<String> topicsToReplicate) |
List of regular expression patterns indicating the topics to copy.
|