In what version(s) of Spring for Apache Kafka are you seeing this issue?
4.0.2
Describe the bug
org.springframework.kafka.test.junit.GlobalEmbeddedKafkaTestExecutionListener is disabled by default, but even then it logs following logline:
14:30:06.673 [main] INFO org.springframework.kafka.test.junit.GlobalEmbeddedKafkaTestExecutionListener -- Stopped global Embedded Kafka.
To Reproduce
run a test depending on spring-kafka-test. The GlobalEmbeddedKafkaTestExecutionListener is registered automatically via Java's java.util.ServiceLoader mechanism but disabled by default, nonetheless you will see a log line generated by this Listener
Expected behavior
When GlobalEmbeddedKafkaTestExecutionListener is disabled, no log statements should be visible
In what version(s) of Spring for Apache Kafka are you seeing this issue?
4.0.2
Describe the bug
org.springframework.kafka.test.junit.GlobalEmbeddedKafkaTestExecutionListener is disabled by default, but even then it logs following logline:
14:30:06.673 [main] INFO org.springframework.kafka.test.junit.GlobalEmbeddedKafkaTestExecutionListener -- Stopped global Embedded Kafka.
To Reproduce
run a test depending on spring-kafka-test. The GlobalEmbeddedKafkaTestExecutionListener is registered automatically via Java's java.util.ServiceLoader mechanism but disabled by default, nonetheless you will see a log line generated by this Listener
Expected behavior
When GlobalEmbeddedKafkaTestExecutionListener is disabled, no log statements should be visible