You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolves#1929
Need to rebuild the record list after interception (when `interceptBeforeTx` is false).
Otherwise changes made to the records in the `ConsumerRecords` is lost.
Always intercept early when transactions are not used; rebuild list if transactions in
use, `interceptBeforeTx` is false, and a batch interceptor is present.
**cherry-pick to 2.7.x**
Copy file name to clipboardExpand all lines: spring-kafka/src/test/java/org/springframework/kafka/listener/ConcurrentMessageListenerContainerMockTests.java
0 commit comments