Re: [Geoserver-users] Hazelcast clustering

2019-05-01 Thread Jason Cradit
Hey Andrea, Thanks so much for the info! I really appreciate your prospective. I'm still struggling to get JMS setup in AWS. I had thought of using AmazonMQ (hosted ActiveMQ) service as the broker service. My thought is that I would just be able to update the brokerURL with that of the AmazonM

Re: [Geoserver-users] Hazelcast clustering

2019-04-30 Thread Andrea Aime
On Wed, May 1, 2019 at 6:50 AM Jason Cradit wrote: > With the JMS extension, it seems that if we use the JDBC extension it > won't even start the container. So it's like JDBC and JMS can't be > installed together. That may not be true, but that's what i'm seeing, > currently. There is also an

Re: [Geoserver-users] Hazelcast clustering

2019-04-30 Thread Jason Cradit
Thanks so much for the information! I've built the JMS clustering locally but, i've run into issues getting it to work in AWS. Our current config is using a shared file system and JDBC - so when a configuration change occurs, we've used the REST endpoint to reload config across all our GeoServers

Re: [Geoserver-users] Hazelcast clustering

2019-04-29 Thread Gabriel Roldan
Hi Jason, As a side note, I found the JMS cluster module pretty easy to set up on a scalable cluster deployment using docker and docker-compose. Check out this docker-compose file [1] It sets up a proxy and a scalable geoserver image. You should be able to do docker-compose up -d docker-compose s

Re: [Geoserver-users] Hazelcast clustering

2019-04-29 Thread Niels Charlier
Hello Jason, The event clustering option is in my opinion much better, I'm not sure why "reload" is the default. The event option is indeed much smarter, it will distribute catalog events across the different nodes, so that every node can update its cache just for the item that changed only, w

Re: [Geoserver-users] Hazelcast clustering

2019-04-22 Thread Jason Cradit
Hey Andrea, Thanks for the reply! I appreciate your input! Sure enough - that was the module (hz-cluster-plugin). I've installed it and it works great, alongside JDBC and also using AWS EFS for the Geoserver data directory. I think I agree with your assessment, it's not really clustering as mu

Re: [Geoserver-users] Hazelcast clustering

2019-04-19 Thread Andrea Aime
Hi Jason, I believe the Hazelcast clustering module alone does not really clusters anything, it just helps to keep the cluster up to date when you are using jdbcconfig. The community modules are not part of releases (as they lack a maintainer), if they are built at all you can find them among the