EDP

  1. Home
  2. Docs
  3. EDP
  4. 2. APIS
  5. 2.5 Admin API

2.5 Admin API

The Admin API supports managing and inspecting topics, brokers, acls, and other Kafka objects.

To use the Admin API, add the following Maven dependency:

		<dependency>
			<groupId>org.apache.kafka</groupId>
			<artifactId>kafka-clients</artifactId>
			<version>2.6.0</version>
		</dependency>

For more information about the Admin APIs, see the javadoc.