Re: can Kafka streams support ordering across 2 different topics when consuming from multiple source topics?

2023-03-21 Thread Matthias J. Sax
In general there is no ordering guarantee between topics. So it might depend a lot ofnthe details of your use case. For example, if you know that it will be always two event, you could buffer the first one in a state-store, and wait for the second one to arrive and decide in which order to for

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