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 2f4630b commit 95ebeb6Copy full SHA for 95ebeb6
spring-kafka/src/test/java/org/springframework/kafka/core/DefaultKafkaConsumerFactoryTests.java
@@ -39,6 +39,7 @@
39
import org.springframework.kafka.test.context.EmbeddedKafka;
40
import org.springframework.kafka.test.utils.KafkaTestUtils;
41
import org.springframework.kafka.transaction.KafkaTransactionManager;
42
+import org.springframework.test.annotation.DirtiesContext;
43
import org.springframework.test.context.junit.jupiter.SpringJUnitConfig;
44
import org.springframework.util.concurrent.ListenableFuture;
45
@@ -53,6 +54,7 @@
53
54
"transaction.state.log.min.isr=1"}
55
)
56
@SpringJUnitConfig
57
+@DirtiesContext
58
public class DefaultKafkaConsumerFactoryTests {
59
60
@Autowired
0 commit comments