Package org.apache.kafka.streams
package org.apache.kafka.streams
-
ClassesClassDescriptionTestInputTopic<K,
V> TestInputTopic
is used to pipe records to topic inTopologyTestDriver
.TestOutputTopic<K,V> TestOutputTopic
is used to read records from a topic inTopologyTestDriver
.This class makes it easier to write tests to verify the behavior of topologies created withTopology
orStreamsBuilder
.