Closed Eddpt closed 6 years ago
It seems that org.apache.kafka.test.ProcessorTopologyTestDriver has disappeared from Kafka 1.1.0, but this library relies on it to create a Fake topology for tests. Did you verify this?
It looks like it was removed on this commit, so ProcessorTopologyTestDriver
no longer exists in branch trunk
, but it still existed at the time 1.1.0
was released, so it should be ok to update to 1.1.0
.
What do you think?
@jpzk Would be great if we could get this merged. ProcessorTopologyTestDriver seems to exist in 1.1 branch (https://github.com/apache/kafka/blob/1.1/streams/src/test/java/org/apache/kafka/test/ProcessorTopologyTestDriver.java) and 1.1.0 tag (https://github.com/apache/kafka/blob/1.1.0/streams/src/test/java/org/apache/kafka/test/ProcessorTopologyTestDriver.java)
Thanks.
LGTM, i will add it to the release branch
Codecov Report
Continue to review full report at Codecov.