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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

cnzakii
Copy link
Contributor

@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

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.
2 participants