Skip to content

sanogotech/spring-boot-with-kafkalighttest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-boot-with-kafkalighttest

Testing an Apache Kafka Integration within a Spring Boot Application and JUnit 5

Docs

Code

@EmbeddedKafka
@ExtendWith(SpringExtension.class)
public class SimpleKafkaTest {

    @Autowired
    private EmbeddedKafkaBroker embeddedKafkaBroker;

    // ...

}

Releases

No releases published

Packages

No packages published

Languages