Re: Cross data center HA cluster

2022-05-25 Thread Justin Bertram
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

Re: [EXTERNAL]:Re: Journal corruption caused by split brain?

2022-05-25 Thread Justin Bertram
> 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

Cross data center HA cluster

2022-05-25 Thread Steigerwald, Aaron
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

RE: [EXTERNAL]:Re: Journal corruption caused by split brain?

2022-05-25 Thread Steigerwald, Aaron
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

Artemis- Using Netty http tunnel for SAAS service

2022-05-25 Thread Sunil Varma
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