We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 669e48f commit e58e68eCopy full SHA for e58e68e
spring-kafka/src/test/java/org/springframework/kafka/core/DefaultKafkaConsumerFactoryTests.java
@@ -40,6 +40,7 @@
40
import org.springframework.kafka.test.rule.KafkaEmbedded;
41
import org.springframework.kafka.test.utils.KafkaTestUtils;
42
import org.springframework.kafka.transaction.KafkaTransactionManager;
43
+import org.springframework.test.annotation.DirtiesContext;
44
import org.springframework.test.context.junit4.SpringRunner;
45
import org.springframework.util.concurrent.ListenableFuture;
46
@@ -54,6 +55,7 @@
54
55
"transaction.state.log.min.isr=1" }
56
)
57
@RunWith(SpringRunner.class)
58
+@DirtiesContext
59
public class DefaultKafkaConsumerFactoryTests {
60
61
@Autowired
0 commit comments