jinrongluo opened a new issue #349: URL: https://github.com/apache/incubator-eventmesh/issues/349
Right now EventMesh Runtime store the HTTP Publisher-Subscriber subscriptions in a local Map, such as, `EventMeshHTTPServer.localClientInfoMapping`, `EventMeshHTTPServer.localClientInfoMapping`, `ComsumerManager.consumerTable` etc. We need to keep the subscriptions in local Map for caching and performance. However we don't have a persistent storage to keep this records. In the case of server restart, the local Map is lost. So we suggest to have a event-mesh management module to manage these subscription records and store them in a database or data store. We can leverage this management module to manage the subscription read, creation, update, and deletion. We can also expand functionality of this management module to manage other components of EventMesh, such as Topic and Schemas. -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
