Class ApacheKafkaProducerAdapterFactory

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

public class ApacheKafkaProducerAdapterFactory extends Object implements 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.
  • Constructor Details

    • ApacheKafkaProducerAdapterFactory

      public ApacheKafkaProducerAdapterFactory()
  • Method Details