Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add MirrorMaker image? #582

Open
ioreskovic opened this issue Mar 28, 2020 · 1 comment
Open

Add MirrorMaker image? #582

ioreskovic opened this issue Mar 28, 2020 · 1 comment

Comments

@ioreskovic
Copy link

Would it be possible to add a MirrorMaker image?
Something you could use in this fashion:

version: '3.2'
services:
  # zookeper & kafka definitions
  ...
  mirrormaker:
    image: mirrormaker:2.12-2.4.1
    depends_on:
      - kafka_primary_1
      - kafka_primary_2
      - kafka_primary_3
      - kafka_secondary_1
      - kafka_secondary_2
      - kafka_secondary_3
    volumes:
      - type: bind
        source: ./mm2.properties
        target: /opt/kafka/bin/mm2.properties
    restart: always

I've modified your wurstmeister/kafka image so it starts MirrorMaker instead, and it works, but I lack the experience and skills to make it production ready.

@OneCricketeer
Copy link

Please vote for and follow https://issues.apache.org/jira/browse/KAFKA-9774

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants