jayachsi
jayachsi

Reputation: 85

Using Embedded Kafka for testing Kafka Streams application

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

Answers (1)

Gary Russell
Gary Russell

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

Related Questions