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 race condition for batches in the BatchIndividualRecordObservationTests
There is no guarantee the Apache Kafka would deliver an expected number of records into
a single batch to process.
* Rework the test configuration logic to count down every single record
independently of the received batched
Copy file name to clipboardExpand all lines: spring-kafka/src/test/java/org/springframework/kafka/support/micrometer/BatchIndividualRecordObservationTests.java
0 commit comments