yzhao244 commented on issue #339: URL: https://github.com/apache/incubator-eventmesh/issues/339#issuecomment-884411875
> Hi, I'm also interested in schema registry in EventMesh. Thanks for your design and explanations. Now I get that : > > * schema represents the format of transferring messages > * the benefit of integrating OpenSchema in EventMesh lies in that consumer could dynamically parsing any message as long as consumer can find schema id in h2 database. > > Also, I have some questions: > > * in upper design, does EventMesh Schema Registry needs a separate server to run? or it could run inside EventMesh Runtime? > * is the scope of Schema lies in content of message or the whole message? > > Am I understanding it in the right way? > Next I will go through the codes of both develop-branch and PR#434, hope I could contribute to it. Thanks for your participation. :) .. Yes, your understanding is correct. Schema Registry APIs are part of admin APIs so yes it can be run as part of EventMesh-runtime. The scope of schema is for ensuring the consistency and compatibility of exchanging events between event producer and event consumer. -- 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]
