Apache Kafka Connect MirrorMaker Integrator
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/edge | 5 | 04 Jun 2025 |
juju deploy mirrormaker-connect-integrator --channel edge
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
22.04
-
groups | string
Default: .*
The groups to be replicated.
-
key_converter | string
Default: org.apache.kafka.connect.converters.ByteArrayConverter
-
mode | string
Default: source
Integrator mode, either "source" or "sink"
-
prefix_topics | boolean
Whether to prefix the replicated topics with the alias of the source cluster or not.
-
replication_factor | int
Default: -1
-
tasks_max | int
Default: 1
-
topics | string
Default: .*
The topics to be replicated.
-
value_converter | string
Default: org.apache.kafka.connect.converters.ByteArrayConverter