karsonto commented on PR #4862:
URL: https://github.com/apache/eventmesh/pull/4862#issuecomment-2076249106

   > May you please introduce briefly that how JRaft stores metadata and how to 
retrieve them (such as subscription info) from clients (such as EventMesh 
Dashboard or user)?
   
   My understanding, Jraft is to synchronise the data to the cluster internal 
machine, each machine above the data is consistent, this PR is to save the data 
in memory, every once in a while will snapshot the data to the local disk, 
start the server will snapshot the data loaded into memory, EventMesh Runtime 
needs to provide restful api in order to allow EventMesh Dashboard to get the 
data saved by the jraft!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@eventmesh.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@eventmesh.apache.org
For additional commands, e-mail: issues-h...@eventmesh.apache.org

Reply via email to