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

KafkaItemWriter.write should not return until items are confirmed to have been written #3827

Closed
wants to merge 1 commit into from

Conversation

jbotuck
Copy link
Contributor

@jbotuck jbotuck commented Jan 5, 2021

This PR is for issue #3773.

…til items are confirmed to have been written
fmbenhassine added a commit that referenced this pull request Mar 9, 2021
* Update year in licence headers
* Update Javadoc
* Add `this` keyword where appropriate
@fmbenhassine
Copy link
Contributor

LGTM. Rebased and merged as c886a60. Refined in 572a302. I also added a timeout to prevent the job from running indefinitely if future.get never completes (see a154968), similar to what we have in MessageChannelPartitionHandler. Thank you for your contribution!

@fmbenhassine fmbenhassine changed the title issue #3773 KafkaItemWriter.write should not return until items are confirmed to have been written KafkaItemWriter.write should not return until items are confirmed to have been written Mar 9, 2021
fmbenhassine added a commit that referenced this pull request Mar 9, 2021
* Update year in licence headers
* Update Javadoc
* Add `this` keyword where appropriate
fmbenhassine added a commit that referenced this pull request Mar 9, 2021
* Update year in licence headers
* Update Javadoc
* Add `this` keyword where appropriate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

KafkaItemWriter should wait for results of kafkaTemplate.sendDefault call
2 participants