[GitHub] kafka pull request #3992: MINOR: Allow schedule and commit in MockProcessorC...

2017-09-29 Thread mewwts
GitHub user mewwts opened a pull request: https://github.com/apache/kafka/pull/3992 MINOR: Allow schedule and commit in MockProcessorContext This change allows for testing custom Processors and Transformers that call `schedule` and `commit` using KStreamTestDriver, by _not_

[GitHub] kafka pull request #3999: MINOR: Add attributes `processedKeys` and `process...

2017-10-02 Thread mewwts
GitHub user mewwts opened a pull request: https://github.com/apache/kafka/pull/3999 MINOR: Add attributes `processedKeys` and `processedValues` to MockProcessorSupplier This would allow for easier testing of topologies using the following pattern: ```Scala // in Scala