Team,

I reviewed this however it seems that in the pub/sub use case, all events and clients must be on the same server instance.

My use case is that I have clients connecting from different application servers and they will publish events to a centralized highly available data store.

I would like to have my clients receive notifications without being connected to the same light streamer server instance.

This seems possible with the response that you type above ( I have yet to review in detail the sequence diagram) . A client connection could trigger a dataAdapter event to send notifications from the centralized data store that it is only concerned about.

Please advise

thanks