Re: MirrorMaker 2.0 question

2023-03-21 Thread Miguel Ángel Fernández Fernández
I got it to work by raising a kafka connect from which to launch the mm2. Silly question. El lun, 20 mar 2023 a las 23:09, Miguel Ángel Fernández Fernández (< miguelangelprogramac...@gmail.com>) escribió: > I have two clusters up on the same machine with docker-compose > > services: > zookeeper

Re: MirrorMaker 2.0 question

2023-03-20 Thread Miguel Ángel Fernández Fernández
I have two clusters up on the same machine with docker-compose services: zookeeper-lab: image: "bitnami/zookeeper:3.8.1" restart: always environment: ZOO_PORT_NUMBER: 2183 ALLOW_ANONYMOUS_LOGIN: "yes" ports: - "2183:2183" - "2886:2888" - "3886:3888" kafk

Re: MirrorMaker 2.0 question

2023-03-20 Thread Chris Egerton
Mi Miguel, How many nodes are you running MM2 with? Just one? Separately, do you notice anything at ERROR level in the logs? Cheers, Chris On Mon, Mar 20, 2023 at 5:35 PM Miguel Ángel Fernández Fernández < miguelangelprogramac...@gmail.com> wrote: > Hello, > > I'm doing some tests with Mirror