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
A SendMessageCallback field has been added to ConnectRecord, allowing the result of data transmission to be handled through the callback.onSuccess and callback.onException methods. The HttpSinkConnector needs to support this functionality, so it requires modification.
Describe the solution you'd like
Adapt and modify the HttpSinkConnector and optimize some code logic.
* feat: Support CallBack for ConnectRecord
* doc: Improve some documentation
* feat: Support for multi-server data callbacks
* perf: Optimize some logic
Search before asking
Enhancement Request
A
SendMessageCallback
field has been added toConnectRecord
, allowing the result of data transmission to be handled through thecallback.onSuccess
andcallback.onException
methods. TheHttpSinkConnector
needs to support this functionality, so it requires modification.Describe the solution you'd like
Adapt and modify the
HttpSinkConnector
and optimize some code logic.Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: