Module contains examples of testing Kafka Streams APIs with kafka-streams-test-utils. Testing only streams topologies in isolation.
- Topology using dsl + local storage + avro schemas
- Topology using processor api + local storage + avro schemas
- Clean tests + DRY
- More examples kafka-streams-examples