Sticky Session for Rest API Calls
问题 For browser based request with sticky session true load balancer can restrict request to same JVM out of multiple JVMs in a cluster. But in case request is coming from REST client rather any browser, how the load balancer can restrict requests to same JVM even sticky session is set as true? Any Idea please. 回答1: REST client is made to call REST API and REST APIs should be stateless i.e. complete information about processing of request should be present in request itself, thus request should