Class ApacheKafkaAdminAdapterFactory

java.lang.Object
com.linkedin.venice.pubsub.PubSubAdminAdapterFactory<PubSubAdminAdapter>
com.linkedin.venice.pubsub.adapter.kafka.admin.ApacheKafkaAdminAdapterFactory
All Implemented Interfaces:
Closeable, AutoCloseable

public class ApacheKafkaAdminAdapterFactory extends PubSubAdminAdapterFactory<PubSubAdminAdapter>
Implementation of PubSubProducerAdapterFactory used to create Apache Kafka admin clients. A kafka based admin client created using this factory is for managing and inspecting topics, brokers, configurations and ACLs.