Class ApacheKafkaAdminAdapterFactory

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

public class ApacheKafkaAdminAdapterFactory extends Object implements 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.