Class OnlineVeniceProducer<K,​V>

  • All Implemented Interfaces:
    VeniceProducer<K,​V>, java.io.Closeable, java.lang.AutoCloseable

    public class OnlineVeniceProducer<K,​V>
    extends AbstractVeniceProducer<K,​V>
    An implementation of a VeniceProducer suitable for online applications. This producer only supports producing data to a store's RT topic.
    See Also:
    AbstractVeniceProducer, VeniceProducer