f5devcentral / volt-demo-app

The Unlicense
6 stars 6 forks source link

Cart Service State #13

Closed kreynoldsf5 closed 3 years ago

kreynoldsf5 commented 3 years ago

As deployed, the redis based cart service runs on each RE. This causes state inconsistencies with 'Add to Cart' functionality.

Adding stickiness to RE based loadbalancers are yielding 503s. The more correct way to solve for state would be to expose a single redis pod to all instances of the app.