spring-kafka-test icon indicating copy to clipboard operation
spring-kafka-test copied to clipboard

A Spring (Java) project with the spring-kafka library added. This project could be used as a POC for the various features provided by the library.

Results 1 spring-kafka-test issues
Sort by recently updated
recently updated
newest added

Hello, I am trying to make a unit test for @KafkaListener, I want to be sure the listener received a message. I don't know if it's possible, so if you...