Class KafkaAdminClient

java.lang.Object
org.apache.kafka.clients.admin.AdminClient
org.apache.kafka.clients.admin.KafkaAdminClient
All Implemented Interfaces:
io.confluent.kafka.clients.CloudAdmin, AutoCloseable, Admin, ConfluentAdmin

public class KafkaAdminClient extends AdminClient implements io.confluent.kafka.clients.CloudAdmin
The default implementation of Admin. An instance of this class is created by invoking one of the create() methods in AdminClient. Users should not refer to this class directly.

This class is thread-safe.