Skip to main content

Timeline for Multi Tenancy Aware Gateway routing

Current License: CC BY-SA 4.0

3 events
when toggle format what by license comment
Jul 12, 2021 at 0:05 comment added Eric Evans Ha! I just now noticed your response Tuhin Dey. All state information is stored centrally via storing it to a distributed storage service. Different microservices have chosen to use different storage services but just as one example: www.joe.example.com might have a shared datastore at session-www.joe.example.com. Because all instances of www under the joe.example.com tenant store their session data to that central storage, any of them can pick up the ball at any time without the server or client having to be any wiser. It does disallow using local memory stores for state data though.
Apr 6, 2021 at 12:12 comment added Tuhin Dey Thanks Eric :) I was wondering If updating domain name was a manual activity or you had to built a custom application to update the required gateway configurations? Also I am assuming your application was stateless due to which you didn't need to have any special handling on gateway side when an application went down?
Apr 6, 2021 at 1:02 history answered Eric Evans CC BY-SA 4.0