Load Balancer issue in mattermost

Hi @manzoor77 ,

I’m not sure that this will work in the community edition, since the state synchronization seems to be available only in the enterprise editions:

https://docs.mattermost.com/scale/high-availability-cluster.html#state

But I’ve never tried it, so not sure if there are ways to make it work also with the community edition, maybe by redirecting all websockets to the same application instance and using the other just as fall back (and no round robin on that).