Skip to content

fix bug at KafkaMessageListenerContainerTests.testInvokeRecordInterceptorAllSkipped() #3091

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

Merged
merged 1 commit into from
Mar 1, 2024

Conversation

Wzy19930507
Copy link
Contributor

  • When AckMode.RECORD and early is false, the last execute method is RecordInterceptor.afterRecord, miss out CountDownLatch waiting RecordInterceptor.afterRecord execute complete.

…eptorAllSkipped()`

* When `AckMode.RECORD` and early is `false`, the last execute method is `RecordInterceptor.afterRecord`, miss `CountDownLatch` waiting `RecordInterceptor.afterRecord` execute complete.
@sobychacko sobychacko added this to the 3.2.0-M2 milestone Mar 1, 2024
@sobychacko sobychacko merged commit 5beb8fe into spring-projects:main Mar 1, 2024
@Wzy19930507 Wzy19930507 deleted the fix_bug_kmlct branch March 2, 2024 09:34
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.

2 participants