Java Chassis now do not provide a easy session management but do give a suggestion to manage it at edge service[1].
If we need to think about Spring Session, we should think about how to use Session API like HttpSession. But java chassis is not a J2EE implementation. Do we implement a Spring Session like mechanism? [1]https://huaweicse.github.io/cse-java-chassis-doc/featured-topics/develope-microservice-using-ces/jin-xing-ren-zheng-he-jian-quan-she-ji.html ------------------ ???????? ------------------ ??????: "willem.jiang"<[email protected]>; ????????: 2018??7??26??(??????) ????5:43 ??????: "dev"<[email protected]>; ????: Re: Spring Session Support in Java Chassis After went through the code, it looks like the PR[1] was not merged into master branch. [1]https://github.com/vert-x3/vertx-web/pull/950 Willem Jiang Twitter: willemjiang Weibo: ????willem On Thu, Jul 26, 2018 at 4:35 PM, wjm wjm <[email protected]> wrote: > by ClusteredSessionStore, vertx can also do this > but currently, there is no a official IMPL: > https://github.com/vert-x3/vertx-web/issues/890 > > 2018-07-26 15:31 GMT+08:00 Willem Jiang <[email protected]>: > > > Hi team, > > > > Today I had a quick talk with the custom who is quite interested about > take > > the session out from the single server to the redis cluster with the help > > of Spring session. In this way they can build the stateless services > > without changing any application code. > > > > I just checked the Spring Session document, it looks like we need to > setup > > a filter to replace the HTTPSession from the container. > > > > Now I have a quick question about how can we integrate Spring Session > with > > Java-Chassis? > > If vertx support servlet filter, we just need to do some configuration, > > but what if vertx doesn't support servlet filter API. > > > > Any throught? > > > > Willem Jiang > > > > Twitter: willemjiang > > Weibo: ????willem > > >
