Session Management in microservices
问题 We have the following setup. STM (Stingrey Traffic Manager) does load balancing + session stickiness Weblogic 'cluster' Auth handled by a third party tool Therefore I do not have to worry about session with regards to horizontal scaling/ running multiple instances of the application. STM/ Weblogic cluster makes sure that the subsequent request come to same managed server. What we currently have is a monolithic application and we are trying to move to microservices. Also we do not wan't to