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
Fix unstable batch test in MessageDrivenAdapterTests
By starting the adapter after sending messages, ensure a single poll retrieves the full batch messages.
Signed-off-by: Jiandong Ma <jiandong.ma.cn@gmail.com>
(cherry picked from commit 03e239d)
Copy file name to clipboardExpand all lines: spring-integration-kafka/src/test/java/org/springframework/integration/kafka/inbound/MessageDrivenAdapterTests.java
+14-2Lines changed: 14 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -110,6 +110,7 @@
110
110
* @author Cameron Mayfield
111
111
* @author Urs Keller
112
112
* @author Jooyoung Pyoung
113
+
* @author Jiandong Ma
113
114
*
114
115
* @since 5.4
115
116
*
@@ -432,8 +433,6 @@ public Message<?> toMessage(List<ConsumerRecord<?, ?>> records, Acknowledgment a
0 commit comments