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

[ISSUE #5105] Fix the retry mechanism of the HttpSinkConnector #5106

Merged
merged 2 commits into from
Oct 28, 2024

Conversation

cnzakii
Copy link
Member

@cnzakii cnzakii commented Sep 12, 2024

Fixes #5105

Motivation

Due to the lack of communication between the retry callback and the response callback mechanism, the result after a retry failure is not handled correctly.

Modifications

Move all data processing originally performed in the retry callback to the response callback handling of Vert.x.

Documentation

  • Does this pull request introduce a new feature? (yes / no)
  • If yes, how is the feature documented? (not applicable / docs / JavaDocs / not documented)
  • If a feature is not applicable for documentation, explain why?
  • If a feature is not documented yet in this PR, please create a followup issue for adding the documentation

Copy link
Contributor

@xwm1992 xwm1992 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Pil0tXia Pil0tXia merged commit fe3d56b into apache:master Oct 28, 2024
10 checks passed
@cnzakii cnzakii deleted the http-sink branch October 28, 2024 09:44
@xwm1992 xwm1992 added this to the 1.11.0 milestone Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] Fix the retry mechanism of the HttpSinkConnector.
3 participants