AW: Connector is still in 'RUNNING' status even though the heartbeat failed

2022-01-31 Thread Andreas Gillmann
Hello Luke, yes I will do so, but please tell me, what is a PR? Regards, Andreas -Ursprüngliche Nachricht- Von: Luke Chen Gesendet: Sonntag, 30. Januar 2022 10:04 An: Kafka Users Betreff: Re: Connector is still in 'RUNNING' status even though the heartbeat failed Hi Andreas, Could y

Re: Connector is still in 'RUNNING' status even though the heartbeat failed

2022-01-31 Thread Tauzell, Dave
PR means “Pull Request”. It is a way to have others review your code changes and, when ready, they can merge them in. https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests From: Andreas Gillmann Date: Mon

Is it possible to run MirrorMaker in active/active/active?

2022-01-31 Thread Doug Whitfield
Hi folks, Every example I have seen uses two clusters in active/active and testing suggests I can only get two clusters to run active/active. I think we will need to use a fan-in pattern if we want more than two clusters. Is that correct? Best Regards, -- Doug Whitfield | Enterprise Architect

Re: Is it possible to run MirrorMaker in active/active/active?

2022-01-31 Thread Ryanne Dolan
Doug, you can have any number of clusters with a fully-connected mesh topology, which I think is what you are looking for. Ryanne On Mon, Jan 31, 2022, 12:44 PM Doug Whitfield wrote: > Hi folks, > > Every example I have seen uses two clusters in active/active and testing > suggests I can only g

Re: Is it possible to run MirrorMaker in active/active/active?

2022-01-31 Thread Doug Whitfield
Hi Ryanne, I think you are probably correct, but just for clarity, you are talking about a data mesh, not a service mesh, correct? Best Regards, -- Doug Whitfield | Enterprise Architect, OpenLogic

Re: Is it possible to run MirrorMaker in active/active/active?

2022-01-31 Thread Manoj.Agrawal2
just want to understand that you are talking about below scenario Mirroring data between A <->B and B<>C correct ? From: Doug Whitfield Sent: Monday, January 31, 2022 2:18 PM To: users@kafka.apache.org Subject: Re: Is it possible to run MirrorMaker in a

Re: Kafka Consumer Fairness when fetching events from different partitions.

2022-01-31 Thread Chad Preisler
Hello, I got this from the JavaDocs for KafkaConsumer. * If a consumer is assigned multiple partitions to fetch data from, it will try to consume from all of them at the same time, * effectively giving these partitions the same priority for consumption. However in some cases consumers may want

Re: Kafka Consumer Fairness when fetching events from different partitions.

2022-01-31 Thread Edward Capriolo
On Monday, January 31, 2022, Chad Preisler wrote: > Hello, > > I got this from the JavaDocs for KafkaConsumer. > > * If a consumer is assigned multiple partitions to fetch data from, it > will try to consume from all of them at the same time, > * effectively giving these partitions the same pri

Re: Connector is still in 'RUNNING' status even though the heartbeat failed

2022-01-31 Thread Luke Chen
I mean " pull request". Ref: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests Thanks. Luke Andreas Gillmann 於 2022年1月31日 週一 下午6:34 寫道: > Hello Luke, > > yes I will do so, but please tell me, what is a

Re: Is it possible to run MirrorMaker in active/active/active?

2022-01-31 Thread Ryanne Dolan
Sorry, I just meant mesh in the generic sense. A topology where every node is directly connected to every other node is sometimes called a "fully-connected mesh topology". In this context, I mean that you can set up a replication topology where every cluster is replicated directly to every other cl