Skip to content

Instantly share code, notes, and snippets.

@AdamBien
Created December 8, 2020 09:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AdamBien/e4d79cfb19dd3525d36262499525a3e1 to your computer and use it in GitHub Desktop.
Save AdamBien/e4d79cfb19dd3525d36262499525a3e1 to your computer and use it in GitHub Desktop.
82ndAirhacksQ&A.md

Ask questions and see you at January, 4th, 8.PM. CET: https://vimeo.com/event/154379

Also checkout recent episode:

81st airhacks.tv

Please keep the questions Jakarta EE-stic. Means: as short and as concise as only possible. Feel free to ask several, shorter questions.

Upcoming airhacks.tv events are also going to be announced at meetup.com/airhacks

@thehpi
Copy link

thehpi commented Jan 4, 2021

I have two payara servers but not running in an payara cluster. A loadbalancer distributes load over the two servers. I'm using eclipselink and I want to use eclipselink cache coordination and preferably hazelcast to handle the cache invalidation on the other server(s). Is this possible without using a payara cluster (with DAS) ? I tried but no success.

Second question: Can I use hazelcast for eclipselink cache coordination when running microprofile instead of a full payara server?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment