JunjieChou commented on issue #339:
URL: 
https://github.com/apache/incubator-eventmesh/issues/339#issuecomment-893461066


   @qqeasonchen  @jinrongluo  @yzhao244  
   # agreement
   Hi, Jinrong, I get what you mean. And I believe you are right considering 
scaling. The model you proposed is integrating Schema Registry API with 
EventMesh(eventmesh-rest), in which model there is no client and server because 
the eventmesh-rest undertakes the interaction with the database. And the 
database is independent of EventMesh so that other assets may also be stored. 
   
   # question
   So here comes another question, which database is suitable for this 
situation? h2-database is a memory database that is fast. Traditional 
Relational Database stores persistent data.
   
   # a new concern
   Besides, I reconsider the steps which contain an unreasonable 
step(preparation). In step preparation, I assume that schema and serialization 
type is set first. However, serialization type may differ among events(with the 
same subject/topic) created by different producers which is actually the 
necessity that Schema Registry should exist. So I think schema and 
serialization type should be decided by producers rather than EventMesh. What 
do you think of this one?
   


-- 
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]

Reply via email to