Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] HTTP Sink Connector supports result callback #5077

Closed
3 tasks done
cnzakii opened this issue Aug 14, 2024 · 0 comments · Fixed by #5078
Closed
3 tasks done

[Enhancement] HTTP Sink Connector supports result callback #5077

cnzakii opened this issue Aug 14, 2024 · 0 comments · Fixed by #5078
Labels
enhancement New feature or request

Comments

@cnzakii
Copy link
Contributor

cnzakii commented Aug 14, 2024

Search before asking

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

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@cnzakii cnzakii added the enhancement New feature or request label Aug 14, 2024
xwm1992 pushed a commit that referenced this issue Aug 16, 2024
* feat: Support CallBack for ConnectRecord

* doc: Improve some documentation

* feat: Support for multi-server data callbacks

* perf: Optimize some logic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant