You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had searched in the issues 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.
Search before asking
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
oronException
which are mapped to the commit and onException methods of the source connector respectively.Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: