Skip to content

Conversation

@chickenchickenlove
Copy link
Contributor

Motivation

  • In the previous PR, spring-kafka has a potential bug during async retry because of race condition between thread for KafkaMessageListenerContainer and threads for Mono or CompletableFuture.

Modification

  • After capturing the size to remove from failedRecords, it is repeatedly removed.

Result

@sobychacko sobychacko modified the milestone: 3.3.0 Nov 18, 2024
@sobychacko sobychacko merged commit c155336 into spring-projects:main Nov 18, 2024
3 checks passed
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.

Potential Bug: Missing Failed Records During Async Operation

2 participants