mirrormaker-connect-integrator

Apache Kafka Connect MirrorMaker Integrator

Channel Revision Published Runs on
latest/edge 5 04 Jun 2025
Ubuntu 22.04
juju deploy mirrormaker-connect-integrator --channel edge
Show information

Platform:

Ubuntu
22.04

Learn about configurations >

  • 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