| Package | Description |
|---|---|
| com.amazonaws.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
ConsumerGroupReplication |
ConsumerGroupReplication.clone() |
ConsumerGroupReplication |
ReplicationInfoDescription.getConsumerGroupReplication()
Configuration relating to consumer group replication.
|
ConsumerGroupReplication |
ReplicationInfo.getConsumerGroupReplication()
Configuration relating to consumer group replication.
|
ConsumerGroupReplication |
ConsumerGroupReplication.withConsumerGroupsToExclude(Collection<String> consumerGroupsToExclude)
List of regular expression patterns indicating the consumer groups that should not be replicated.
|
ConsumerGroupReplication |
ConsumerGroupReplication.withConsumerGroupsToExclude(String... consumerGroupsToExclude)
List of regular expression patterns indicating the consumer groups that should not be replicated.
|
ConsumerGroupReplication |
ConsumerGroupReplication.withConsumerGroupsToReplicate(Collection<String> consumerGroupsToReplicate)
List of regular expression patterns indicating the consumer groups to copy.
|
ConsumerGroupReplication |
ConsumerGroupReplication.withConsumerGroupsToReplicate(String... consumerGroupsToReplicate)
List of regular expression patterns indicating the consumer groups to copy.
|
ConsumerGroupReplication |
ConsumerGroupReplication.withDetectAndCopyNewConsumerGroups(Boolean detectAndCopyNewConsumerGroups)
Enables synchronization of consumer groups to target cluster.
|
ConsumerGroupReplication |
ConsumerGroupReplication.withSynchroniseConsumerGroupOffsets(Boolean synchroniseConsumerGroupOffsets)
Enables synchronization of consumer group offsets to target cluster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReplicationInfoDescription.setConsumerGroupReplication(ConsumerGroupReplication consumerGroupReplication)
Configuration relating to consumer group replication.
|
void |
ReplicationInfo.setConsumerGroupReplication(ConsumerGroupReplication consumerGroupReplication)
Configuration relating to consumer group replication.
|
ReplicationInfoDescription |
ReplicationInfoDescription.withConsumerGroupReplication(ConsumerGroupReplication consumerGroupReplication)
Configuration relating to consumer group replication.
|
ReplicationInfo |
ReplicationInfo.withConsumerGroupReplication(ConsumerGroupReplication consumerGroupReplication)
Configuration relating to consumer group replication.
|
Copyright © 2024. All rights reserved.