High Availability - How to maintain session between multiple instance of Rasa

Hi Team,

How to main the session between the multiple rasa pods.

If we are deploying rasa in kubernetes with multiple replica then how to main the session between the pods?

Hi @rr_ranjith, welcome to the forum!

To maintain conversation state and order of incoming messages across replicas, make sure you’ve configured the RedisLockStore, see Lock Stores.

I hope that helps!