Not that I know of. It seems like it wouldn't be too hard to write. AFAICT you need to implement this: https://github.com/eclipse/jetty.project/blob/jetty-10.0.x/jetty-server/src/main/java/org/eclipse/jetty/server/session/AbstractSessionDataStore.java <https://github.com/eclipse/jetty.project/blob/jetty-10.0.x/jetty-server/src/main/java/org/eclipse/jetty/server/session/AbstractSessionDataStore.java>
> On May 25, 2020, at 4:39 AM, Aristedes Maniatis <[email protected]> > wrote: > > Has anyone implemented a SessionDataStore for Jetty to store session info > from Jetty in Zookeeper? > > https://www.eclipse.org/jetty/documentation/current/session-management.html > > Stores exist for MongoDB, Hazelcast and a bunch of other things already. > > > Cheers > > Ari >
