(Question) High Availability with Replication in EKS setup? #998
-
Hi, I'm using this project to deploy Artemis on EKS. Thanks a lot in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @marc-philipp-knechtle, the ArtemisCloud Opertor supports leader/follower JDBC HA, see https://github.com/artemiscloud/activemq-artemis-operator/blob/main/controllers/activemqartemis_jdbc_ha_test.go Maybe you could also deploy a similar solution by using the right storage class for a shared persistent volume but I have never tried. AFAIK there are no plans to improve the support for replication mechanism. Could you clarify why the approach that depends on the Persistent Volumes to provide HA doesn't work for your use case? |
Beta Was this translation helpful? Give feedback.
Hi @marc-philipp-knechtle, the ArtemisCloud Opertor supports leader/follower JDBC HA, see https://github.com/artemiscloud/activemq-artemis-operator/blob/main/controllers/activemqartemis_jdbc_ha_test.go
Maybe you could also deploy a similar solution by using the right storage class for a shared persistent volume but I have never tried.
AFAIK there are no plans to improve the support for replication mechanism.
Could you clarify why the approach that depends on the Persistent Volumes to provide HA doesn't work for your use case?