kapil verma
kapil verma
> Which prerequisites regarding redis or any other cloud components are necessary? In a production environment, the crdt-wss (crdt-websocket-server) will need access to a redis-cluster (under a key-prefix), and access...
Hey @junoriosity … slack sounds good … I am kapv89 on slack too
@junoriosity please continue the conversation here. Slack was too intrusive on my personal space. Just for reference, till now I've answered your questions in this issue, and I've explained several...
``` kapv89 Sticky sessions depend on the reverse proxy configuration, which is not part of the helm chart. The helm chart brings your service into kubernetes. Just for the reference,...
Probably another api endpoint willl he required to fetch the document from s3
Yeah ... that message you shared was after you started acting a bit aggressively after me postponing my slot a few times due to festivities ... I'd call it me...
Have made some progress ... https://github.com/kapv89/yjs-scalable-ws-backend/tree/redis_permissions_s3 ... the wss now communicates with an api-endpoint, which in tests, uses an array for persistence. Redis is still being used but PG is...
https://github.com/kapv89/yjs-scalable-ws-backend/tree/redis_permissions_s3 ... this branch has been updated with `read+write` and `read` access level functionality. Please go through the tests and ask questions. Regarding loading doc from s3 to redis if...
No. Would you want such a user to establish a connection to your websocket server?
There are 2 levels here ... 1. Non logged in users receiving realtime updates as users with write permission change the document and 2. Non logged in users receive the...