Class ApacheKafkaProducerAdapterFactory

java.lang.Object
com.linkedin.venice.pubsub.PubSubProducerAdapterFactory<ApacheKafkaProducerAdapter>
com.linkedin.venice.pubsub.adapter.kafka.producer.ApacheKafkaProducerAdapterFactory
All Implemented Interfaces:
Closeable, AutoCloseable

public class ApacheKafkaProducerAdapterFactory extends PubSubProducerAdapterFactory<ApacheKafkaProducerAdapter>
Implementation of PubSubProducerAdapterFactory used to create Apache Kafka producers. A producer created using this factory is usually used to send data to a single pub-sub topic.