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