We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4956d4 commit bdada69Copy full SHA for bdada69
spring-kafka/src/test/java/org/springframework/kafka/annotation/EnableKafkaIntegrationTests.java
@@ -2210,8 +2210,8 @@ public void validatedListener(@Payload @Valid ValidatedClass val) {
2210
public void projectionListener(ProjectionSample sample) {
2211
this.username = sample.getUsername();
2212
this.name = sample.getName();
2213
- this.projectionLatch.countDown();
2214
this.customThreadName = Thread.currentThread().getName();
+ this.projectionLatch.countDown();
2215
}
2216
2217
@KafkaListener(id = "customMethodArgumentResolver", topics = "annotated39")
0 commit comments