static ConsumerGroupReplicationUpdate.Builder |
ConsumerGroupReplicationUpdate.builder() |
|
ConsumerGroupReplicationUpdate.Builder |
ConsumerGroupReplicationUpdate.Builder.consumerGroupsToExclude(String... consumerGroupsToExclude) |
List of regular expression patterns indicating the consumer groups that should not be replicated.
|
ConsumerGroupReplicationUpdate.Builder |
ConsumerGroupReplicationUpdate.Builder.consumerGroupsToExclude(Collection<String> consumerGroupsToExclude) |
List of regular expression patterns indicating the consumer groups that should not be replicated.
|
ConsumerGroupReplicationUpdate.Builder |
ConsumerGroupReplicationUpdate.Builder.consumerGroupsToReplicate(String... consumerGroupsToReplicate) |
List of regular expression patterns indicating the consumer groups to copy.
|
ConsumerGroupReplicationUpdate.Builder |
ConsumerGroupReplicationUpdate.Builder.consumerGroupsToReplicate(Collection<String> consumerGroupsToReplicate) |
List of regular expression patterns indicating the consumer groups to copy.
|
ConsumerGroupReplicationUpdate.Builder |
ConsumerGroupReplicationUpdate.Builder.detectAndCopyNewConsumerGroups(Boolean detectAndCopyNewConsumerGroups) |
Enables synchronization of consumer groups to target cluster.
|
ConsumerGroupReplicationUpdate.Builder |
ConsumerGroupReplicationUpdate.Builder.synchroniseConsumerGroupOffsets(Boolean synchroniseConsumerGroupOffsets) |
Enables synchronization of consumer group offsets to target cluster.
|
ConsumerGroupReplicationUpdate.Builder |
ConsumerGroupReplicationUpdate.toBuilder() |
|