xwm1992 opened a new issue, #5069:
URL: https://github.com/apache/eventmesh/issues/5069

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### Enhancement Request
   
   Since the http source/sink connector uses a queue to achieve asynchronous 
decoupling, that is, after the source connector receives the request, it puts 
it into the queue and returns the result. However, it does not know the 
execution status of the sink side. We need to provide a way to achieve this. 
The result callback on the sink side is returned to the source side.
   
   ### Describe the solution you'd like
   
   connectorRecord will have a callback and the sink side will call the 
`onSuccess` or `onException` which are mapped to the commit and onException 
methods of the source connector respectively.
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct) *


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