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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
