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)
# Conflicts:
# spring-integration-kafka/src/test/java/org/springframework/integration/kafka/inbound/MessageDrivenAdapterTests.java
Copy file name to clipboardExpand all lines: spring-integration-kafka/src/test/java/org/springframework/integration/kafka/inbound/MessageDrivenAdapterTests.java
+17-5Lines changed: 17 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -106,6 +106,7 @@
106
106
* @author Biju Kunjummen
107
107
* @author Cameron Mayfield
108
108
* @author Urs Keller
109
+
* @author Jiandong Ma
109
110
*
110
111
* @since 5.4
111
112
*
@@ -426,8 +427,6 @@ public Message<?> toMessage(List<ConsumerRecord<?, ?>> records, Acknowledgment a
0 commit comments