pandaapo commented on issue #4567: URL: https://github.com/apache/eventmesh/issues/4567#issuecomment-1819339405
> 除此之外我还想知道目前connector中的spring和https://github.com/apache/eventmesh/issues/2314 中提到的利用spring简化java sdk的使用有什么区别。 关于上述这一小点的回复。 首先,connector是区别于EventMesh核心的相对独立的组件,你可以将connector大概地理解为实现事件、消息、数据传输的工具组件。EventMesh的核心主要是eventmesh-runtime(服务端)和eventmesh-sdk(客户端)。 connector中的Spring,是将connector和Spring做了集成。https://github.com/apache/eventmesh/issues/2314 中讨论的是将EventMesh的核心与Spring集成,讨论的焦点是在eventmesh-runtime做Spring的集成,还是在eventmesh-sdk做Spring的集成。 -- 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]
