JunjieChou edited a comment on issue #435: URL: https://github.com/apache/incubator-eventmesh/issues/435#issuecomment-906514666
@yzhao244 Glad to hear that, I think it's great! 😊 I couldn't agree with you more that we could focus on the Schema Registry based on what you have done currently. Besides, I have generally scanned your committed code on ```yuridev``` branch and I believe it has provided a thorough solution and supported much API from OpenSchema. But I need to catch more on ```h2-database``` and ```jackson``` to move forward. In my forked repository, I plan to create a new module ```eventmesh-openschema-plugin```, serving as the plugin for validation/cache/interaction(with schema registry)/... . But a specific class structure is to be determined. In the future, I have two suggestions: - First, we might combine validation/cache/interaction and schema registry into one plugin, in which ```SchemaServiceImpl.class``` is implemented locally. - Second, we might extract schema registry as a separated RESTful service and implement another SchemaService based on HTTP. While as I can see upwards, you have been working on such HTTP-based implementation 👍 , so I would like to be notified if there are any updates. -- 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]
