I'm not aware of such a production deployment and I would be surprised if
there was one given that clustering was designed for local area networks
with low latency which typically isn't what is found between data centers.
I recommend you pursue your mirroring approach as that is what mirroring
was
> How much better is ZooKeeper at mitigating split brain than having a 3+
node cluster?
I'm not sure I could quantify the improvement. The goal with the change was
to offload the leader election responsibilities from the brokers themselves
to something that was better suited for those responsibili
Hello,
Is anyone aware of a production deployment of an Artemis "cross data center" HA
cluster? For example, a cluster spread across 3 data centers. Each data center
contains a master/slave pair.
I would like to know what kind of issues anyone has overcome with such a
configuration. I understa
Hello again Justin,
Are there any plans to drop the traditional Artemis quorum voting mechanism for
the pluggable quorum provider configuration? Any idea when it will become
officially stable?
Thank you,
Aaron Steigerwald
-Original Message-
From: Steigerwald, Aaron
Sent: Friday, April
Hello all!
I am trying to connect to our Artemis service running in the cloud as a
kubernetes service.
We have istio ingress to expose HTTP and HTTPS routes from outside the
cluster to services within the cluster and some istio routing rules to
forward traffic to the appropriate services.
I tried