pandaapo commented on issue #4680:
URL: https://github.com/apache/eventmesh/issues/4680#issuecomment-1862512711

   @VishalMCF 
   > In the docs, after setting up RocketMQ as our storage layer we are 
configuring our eventmesh runtime by adding dependency of 
eventmesh-connector-rocketmq. 
   > ...
   > Although here I am having doubts because storage is pulsar why do need to 
configure pulsar-connector as per the documentation?
   
   Could you please indicate which documents describe these operations? They 
need to be modified.
   
   > The Spring Boot application should be launched and it should be configured 
to listen to the events coming from the sink. (How is it done? ... It should 
contain some business logic to store data in the PostgreSql and respond to the 
UI
   
   Spring Sink Connector receives messages through method annotated by 
`@EventMeshListener`. At present, the functionality is relatively basic, and 
the annotated method can only have one formal parameter representing the 
received message.
   After receiving the message, you need to handle the business logic yourself.


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