| Package | Description |
|---|---|
| com.amazonaws.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
TopicReplication |
TopicReplication.clone() |
TopicReplication |
ReplicationInfo.getTopicReplication()
Configuration relating to topic replication.
|
TopicReplication |
ReplicationInfoDescription.getTopicReplication()
Configuration relating to topic replication.
|
TopicReplication |
TopicReplication.withCopyAccessControlListsForTopics(Boolean copyAccessControlListsForTopics)
Whether to periodically configure remote topic ACLs to match their corresponding upstream topics.
|
TopicReplication |
TopicReplication.withCopyTopicConfigurations(Boolean copyTopicConfigurations)
Whether to periodically configure remote topics to match their corresponding upstream topics.
|
TopicReplication |
TopicReplication.withDetectAndCopyNewTopics(Boolean detectAndCopyNewTopics)
Whether to periodically check for new topics and partitions.
|
TopicReplication |
TopicReplication.withStartingPosition(ReplicationStartingPosition startingPosition)
Configuration for specifying the position in the topics to start replicating from.
|
TopicReplication |
TopicReplication.withTopicsToExclude(Collection<String> topicsToExclude)
List of regular expression patterns indicating the topics that should not be replicated.
|
TopicReplication |
TopicReplication.withTopicsToExclude(String... topicsToExclude)
List of regular expression patterns indicating the topics that should not be replicated.
|
TopicReplication |
TopicReplication.withTopicsToReplicate(Collection<String> topicsToReplicate)
List of regular expression patterns indicating the topics to copy.
|
TopicReplication |
TopicReplication.withTopicsToReplicate(String... topicsToReplicate)
List of regular expression patterns indicating the topics to copy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReplicationInfo.setTopicReplication(TopicReplication topicReplication)
Configuration relating to topic replication.
|
void |
ReplicationInfoDescription.setTopicReplication(TopicReplication topicReplication)
Configuration relating to topic replication.
|
ReplicationInfo |
ReplicationInfo.withTopicReplication(TopicReplication topicReplication)
Configuration relating to topic replication.
|
ReplicationInfoDescription |
ReplicationInfoDescription.withTopicReplication(TopicReplication topicReplication)
Configuration relating to topic replication.
|
Copyright © 2024. All rights reserved.