Package org.apache.kafka.streams.test
package org.apache.kafka.streams.test
Provides classes for testing Kafka Streams applications with mocked inputs.
-
ClassDescriptionTestRecord<K,
V> A key/value pair, including timestamp and record headers, to be sent to or received fromTopologyTestDriver
.