AWS::MSK::Replicator ConsumerGroupReplication
Details about consumer group replication.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ConsumerGroupsToExclude" :
[ String, ... ]
, "ConsumerGroupsToReplicate" :[ String, ... ]
, "DetectAndCopyNewConsumerGroups" :Boolean
, "SynchroniseConsumerGroupOffsets" :Boolean
}
YAML
ConsumerGroupsToExclude:
- String
ConsumerGroupsToReplicate:- String
DetectAndCopyNewConsumerGroups:Boolean
SynchroniseConsumerGroupOffsets:Boolean
Properties
ConsumerGroupsToExclude
-
List of regular expression patterns indicating the consumer groups that should not be replicated.
Required: No
Type: Array of String
Minimum:
1
Maximum:
256 | 100
Update requires: No interruption
ConsumerGroupsToReplicate
-
List of regular expression patterns indicating the consumer groups to copy.
Required: Yes
Type: Array of String
Minimum:
0
Maximum:
256 | 100
Update requires: No interruption
DetectAndCopyNewConsumerGroups
-
Enables synchronization of consumer groups to target cluster.
Required: No
Type: Boolean
Update requires: No interruption
SynchroniseConsumerGroupOffsets
-
Enables synchronization of consumer group offsets to target cluster. The translated offsets will be written to topic __consumer_offsets.
Required: No
Type: Boolean
Update requires: No interruption