There is 1 update.
 
 
XWiki Platform / cid:jira-generated-image-avatar-8409fb11-7b43-4301-9705-9e6f7fb72383 XWIKI-21548 In Progress

Realtime editing doesn't support clustering

 
View issue   ยท   Add comment
 

1 update

 
cid:jira-generated-image-avatar-d6bb58ee-c448-420f-a22b-f344701b7c8b Changes by Thomas Mortagne on 05/Aug/25 11:26
 
Description: If multiple users are editing the same page in real-time in a [cluster setup|https://www.xwiki.org/xwiki/bin/view/Documentation/AdminGuide/Clustering/DistributedEventClusterSetup/] they may end up in different real-time sessions depending on the cluster node they are served by. Basically each cluster node will have its own real-time session. We need to synchronize the real-time session between cluster nodes or make sure that all users are calling the same WebSocket end-point (from one of the cluster nodes).

See https://design.xwiki.org/xwiki/bin/view/Proposal/Clusteringsupportinrealtimeeditor for details on the work in progress.