Vaadin Push in cluster enviroment

Hello eveybody,

I have a problem with vaadin push in cluster enviroment.

I depend on the

Broadcasting to Other Users

of this link
https://vaadin.com/docs/-/part/framework/advanced/advanced-push.html
therefore i can broadcast a message to every body deploy on a tomcat.

But with more than 2 tomcat, i can’t broadcast message to user logon in other tomcat.

who can help me?

Many thanks,

Hi, please see the answer posted to this thread: https://vaadin.com/forum/thread/11626102/vaadin-push-in-clustered-environment-usecase

The short answer is that you’ll need a common messaging system that will notify all of your tomcat nodes, which can then in turn use Vaadin push to notify the browsers.