Class ReplicatorReplicationInfoListConsumerGroupReplicationArgs


  • public final class ReplicatorReplicationInfoListConsumerGroupReplicationArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • consumerGroupsToExcludes

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> consumerGroupsToExcludes()
        Returns:
        List of regular expression patterns indicating the consumer groups that should not be replicated.
      • consumerGroupsToReplicates

        public com.pulumi.core.Output<java.util.List<java.lang.String>> consumerGroupsToReplicates()
        Returns:
        List of regular expression patterns indicating the consumer groups to copy.
      • detectAndCopyNewConsumerGroups

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> detectAndCopyNewConsumerGroups()
        Returns:
        Whether to periodically check for new consumer groups.
      • synchroniseConsumerGroupOffsets

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> synchroniseConsumerGroupOffsets()
        Returns:
        Whether to periodically write the translated offsets to __consumer_offsets topic in target cluster.