fuziye01 opened a new pull request #789: URL: https://github.com/apache/servicecomb-service-center/pull/789
Mongo初步缓存实现,事件通知实现,用于同步数据给syncer 1.缓存用两个map分别存储了, 业务Id -> document documentId -> 业务Id的缓存 2.暂时只实现了service和Instance的缓存,用于同步数据给syncer 3.通过list、watch流程初始化、更新缓存 4.watch到的数据生成事件,并通知event_handler处理,用于同步数据给syncer 5.数据同步给syncer的event_handler后续提交 ---------------------------------------------------------------- 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]
