flow icon indicating copy to clipboard operation
flow copied to clipboard

EclipseStore for Vaadin Flow session persistence/replication ?

Open alexanoid opened this issue 1 year ago • 1 comments
trafficstars

Recently, I watched a YouTube podcast on the Vaadin channel about EclipseStore https://www.youtube.com/watch?v=PwR-oxV8l4U

Since then, one question has been swirling around in my head: can we use EclipseStore for Vaadin Flow session persistence/replication? If yes, maybe it could be incorporated into the Vaadin package as an out-of-the-box feature?

alexanoid avatar Feb 24 '24 13:02 alexanoid

There would be the same challenge with session locking as for any other approach for external storage of the session: https://github.com/vaadin/flow/issues/4746#issuecomment-434593526

On the other hand, there's a workaround for those types of issues in Kubernetes Kit so what could make sense is to make it possible to use EclipseStore together with Kubernetes Kit.

Legioth avatar Feb 26 '24 07:02 Legioth