v3
latestOpenAPI 3.0.12026-07-314655871.8 MBUpdate a replication flow
Path parameters
Project name
Service name
Source cluster alias
Target cluster alias
Request body
A comma separated list of topic configuration properties and/or regexes that should not be replicated. If omitted, MirrorMaker will use default list of exclusions. For stability reasons, we always include the unclean.leader.election.enable field in the excluded parameters. If you have specific requirements for this configuration, please reach out to our support team for assistance.
Whether to emit heartbeats to the direction opposite to the flow, i.e. to the source cluster
Whether to emit heartbeats to the target cluster
Is replication flow enabled
Whether to enable exactly-once message delivery. We recommend you set this to enabled for new replications.
Assigns a Rack ID based on the availability-zone to enable follower fetching and rack awareness per replication flow.
How out-of-sync a remote partition can be before it is resynced (default: 100)
The location of the offset-syncs topic
Replication factor used when creating the remote topics. If the replication factor surpasses the number of nodes in the target cluster, topic creation will fail.
Class which defines the remote topic naming convention
Whether to periodically write the translated offsets of replicated consumer groups (in the source cluster) to __consumer_offsets topic in target cluster, as long as no active consumers in that group are connected to the target cluster
Frequency at which consumer group offsets are synced (default: 60, every minute)
Topic names and regular expressions that match topic names that should be replicated. MirrorMaker will replicate these topics if they are not matched by "topics.exclude". Currently defaults to [".*"].
Topic names and regular expressions that match topic names that should not be replicated. MirrorMaker will not replicate these topics even if they are matched by "topics". If not set, MM2 uses the default exclusion.
Topic names and regular expressions that match topic names that should not be replicated. MirrorMaker will not replicate these topics even if they are matched by "topics". If not set, MM2 uses the default exclusion.
Topic names and regular expressions that match topic names that should not be replicated. MirrorMaker will not replicate these topics even if they are matched by "topics". If not set, MM2 uses the default exclusion.
Response
Response
Printable result of the request