Relative Content

Tag Archive for spring-bootspring-kafkajunit5awaitility

How to check if Message was acknowledged Spring Kafka

In Spring Kafka i try to write a Integration test that sends a message to my embedded Kafka Topic
now i want to use Awailitly to check if a Message was acknowledged and then check if something was written to the Database or not.