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