Reputation: 85
We are evaluating if we can use Embedded Kafka for testing our streams app. Can we achieve the below using embedded kafka:
Please let me know.Thanks.
Upvotes: 0
Views: 1682
Reputation: 174564
Yes; you can do that.
There are examples in the framework tests https://github.com/spring-projects/spring-kafka/tree/main/spring-kafka/src/test/java/org/springframework/kafka/streams
Upvotes: 2