jzhou59 commented on PR #821: URL: https://github.com/apache/incubator-eventmesh/pull/821#issuecomment-1087124492
> > > > Yes, you are right, the api of schema plugin should provide the 4 interface `contract, serialization, deserialization, and validity `. I think it shouldn't take care about how to store the schema(like register schema). Ok, I have removed the schema storage-related functions from the schema plugin. What do you think of the current schema plugin structure of design? Next, I will implement three examples of schema: JSON, Avro, and Protobuf respectively. Also, where do you think the schema storage-related functions should be put? Maybe newly create a ```eventmesh-schemaregistry-plugin```? -- 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]
