You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the Kubernetes version, running on GKE.
Issue - when scaling the cart pod (cart-total.yaml) the cart details and state are deleted.
To reproduce:
login as a user
add an item to cart
scale cart deployment (or remove it and create again)
the cart is now empty.
Since the cart redis is implemented separately from the cart service, the expected result will be to keep the users' cart state.
Cheers.
The text was updated successfully, but these errors were encountered:
I'm using the Kubernetes version, running on GKE.
Issue - when scaling the cart pod (cart-total.yaml) the cart details and state are deleted.
To reproduce:
Since the cart redis is implemented separately from the cart service, the expected result will be to keep the users' cart state.
Cheers.
The text was updated successfully, but these errors were encountered: