embeddedkafka / embedded-kafka

A library that provides an in-memory Kafka instance to run your tests against.
MIT License
387 stars 46 forks source link

Evaluate using Kafka TopologyTestDriver #5

Closed francescopellegrini closed 5 years ago

francescopellegrini commented 5 years ago

Kafka 2.0 included a new package for testing Topologies: the driver captures the results records and allows to query its embedded state stores.

Would it make sense for us to rely on this library to test Kafka Streams Topologies though it does not integrate with embedded Kafka nor embedded Confluent Schema Registry (natively)?

NeQuissimus commented 5 years ago

Maybe good idea for a module?

francescopellegrini commented 5 years ago

On second thought, a module with no additional features wouldn't be very useful...