Interface PubSubProducerAdapter

All Known Implementing Classes:
ApacheKafkaProducerAdapter, MockInMemoryProducerAdapter, PubSubProducerAdapterConcurrentDelegator, PubSubProducerAdapterDelegator, TransformingProducerAdapter

public interface PubSubProducerAdapter
The pub-sub producer interface with which venice writer's interact to send messages to pub-sub topic. An implementation of this interface are required to provide the following guarantees: 1. At-least once delivery (ALOD): messages should not be dropped. 2. In order delivery (IOD): messages in the same partition should follow the order in which they were sent.