socketcluster-client-java icon indicating copy to clipboard operation
socketcluster-client-java copied to clipboard

Question about Data Synchronisation

Open VirgileDjimgou opened this issue 6 years ago • 1 comments

hello , I wanted to know if there is a mechanism for saving the data of a channel in a relational database (i.e mysql or ...) or non-relational database. in case a client disconnects from a channel does it exist a data synchornisation mechanism so that it receive the data exchanged when it was not connected like a snapshoot ? I read an article mentioning this Mechnismus (https://blog.baasil.io/socketcluster-design-patterns-for-chat-69e76a4b1966 )... but unfortunately I do not see any API in the documentation on the website .

VirgileDjimgou avatar Dec 03 '18 09:12 VirgileDjimgou

There is no abstraction provided to save channel data in relational database. You probably need to write down your own code to do it.

sacOO7 avatar Dec 04 '18 21:12 sacOO7