Uploaded image for project: 'Kafka'
  1. Kafka
  2. KAFKA-13376

Allow MirrorMaker 2 producer and consumer customization per replication flow

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • mirrormaker
    • None

    Description

      Currently, it's possible to set producer and consumer configurations for a cluster in MirrorMaker 2, like this:

      {source}.consumer.{consumer_config_name}
      {target}.producer.{producer_config_name}
      

      However, in some cases it makes sense to set these configs differently for different replication flows (e.g. when they have different latency/throughput trade-offs), something like:

      {source}->{target}.{source}.consumer.{consumer_config_name}
      {source}->{target}.{target}.producer.{producer_config_name}
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              ivanyu Ivan Yurchenko
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: