public static interface ConsumerGroupReplicationUpdate.Builder extends SdkPojo, CopyableBuilder<ConsumerGroupReplicationUpdate.Builder,ConsumerGroupReplicationUpdate>
| Modifier and Type | Method and Description |
|---|---|
ConsumerGroupReplicationUpdate.Builder |
consumerGroupsToExclude(Collection<String> consumerGroupsToExclude)
List of regular expression patterns indicating the consumer groups that should not be replicated.
|
ConsumerGroupReplicationUpdate.Builder |
consumerGroupsToExclude(String... consumerGroupsToExclude)
List of regular expression patterns indicating the consumer groups that should not be replicated.
|
ConsumerGroupReplicationUpdate.Builder |
consumerGroupsToReplicate(Collection<String> consumerGroupsToReplicate)
List of regular expression patterns indicating the consumer groups to copy.
|
ConsumerGroupReplicationUpdate.Builder |
consumerGroupsToReplicate(String... consumerGroupsToReplicate)
List of regular expression patterns indicating the consumer groups to copy.
|
ConsumerGroupReplicationUpdate.Builder |
detectAndCopyNewConsumerGroups(Boolean detectAndCopyNewConsumerGroups)
Enables synchronization of consumer groups to target cluster.
|
ConsumerGroupReplicationUpdate.Builder |
synchroniseConsumerGroupOffsets(Boolean synchroniseConsumerGroupOffsets)
Enables synchronization of consumer group offsets to target cluster.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConsumerGroupReplicationUpdate.Builder consumerGroupsToExclude(Collection<String> consumerGroupsToExclude)
List of regular expression patterns indicating the consumer groups that should not be replicated.
consumerGroupsToExclude - List of regular expression patterns indicating the consumer groups that should not be replicated.ConsumerGroupReplicationUpdate.Builder consumerGroupsToExclude(String... consumerGroupsToExclude)
List of regular expression patterns indicating the consumer groups that should not be replicated.
consumerGroupsToExclude - List of regular expression patterns indicating the consumer groups that should not be replicated.ConsumerGroupReplicationUpdate.Builder consumerGroupsToReplicate(Collection<String> consumerGroupsToReplicate)
List of regular expression patterns indicating the consumer groups to copy.
consumerGroupsToReplicate - List of regular expression patterns indicating the consumer groups to copy.ConsumerGroupReplicationUpdate.Builder consumerGroupsToReplicate(String... consumerGroupsToReplicate)
List of regular expression patterns indicating the consumer groups to copy.
consumerGroupsToReplicate - List of regular expression patterns indicating the consumer groups to copy.ConsumerGroupReplicationUpdate.Builder detectAndCopyNewConsumerGroups(Boolean detectAndCopyNewConsumerGroups)
Enables synchronization of consumer groups to target cluster.
detectAndCopyNewConsumerGroups - Enables synchronization of consumer groups to target cluster.ConsumerGroupReplicationUpdate.Builder synchroniseConsumerGroupOffsets(Boolean synchroniseConsumerGroupOffsets)
Enables synchronization of consumer group offsets to target cluster. The translated offsets will be written to topic __consumer_offsets.
synchroniseConsumerGroupOffsets - Enables synchronization of consumer group offsets to target cluster. The translated offsets will be
written to topic __consumer_offsets.Copyright © 2023. All rights reserved.