Class InMemoryPubSubBroker

java.lang.Object
com.linkedin.venice.pubsub.mock.InMemoryPubSubBroker

public class InMemoryPubSubBroker extends Object
Used in unit tests in order to avoid spinning a full Kafka broker with network stack and disk IO. Instead, this Kafka broker keeps messages in memory. It can be used via the following mock classes:
See Also: