Search before asking
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.
Are you willing to submit PR?
Code of Conduct