-
Add test coverage for the async action processor.
szoio updated
5 years ago
-
Hey,
We are currently using Kafka streams 1.1.1.
When trying to move to version 2.0.1 (skipped 2.0.0 as it had a bug in scala).
When running my tests, and get to the point i am doing:
`streamsMock…
-
Kafka 2.0 included a [new package for testing Topologies](https://kafka.apache.org/20/documentation/streams/developer-guide/testing.html): the driver captures the results records and allows to query i…
-
I'm updating a kafka streams app to change the outputs to Avro. I see a similar NPE as in #389:
```
org.apache.kafka.common.errors.SerializationException: Error serializing Avro message
Caused b…
-
Kafka 2.0 has been released and it'd be useful if mockedstreams supported it.