You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eventmesh.apache.org by GitBox <gi...@apache.org> on 2022/08/01 11:10:57 UTC

[GitHub] [incubator-eventmesh] LIU-WEI-git commented on pull request #1061: DLedger Connector

LIU-WEI-git commented on PR #1061:
URL: https://github.com/apache/incubator-eventmesh/pull/1061#issuecomment-1201057343

   DLedger provides only two simple commitlog management operations: append and get. So I have to implement pub/sub mechanism by my self, which brings many design problems for current implement.
   - Implement a pub/sub mechanism which is against the separation of computing and storage for connector module.
   - Just store cloudevent in DLedger while not store the metadata of pub/sub mechanism.
   - Metadata of pub/sub could not synchronize among eventmesh cluster.
   - Could not recover the pub/sub status from crash.


-- 
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: dev-unsubscribe@eventmesh.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org