Skip to content

Commit

Permalink
Fix section levels
Browse files Browse the repository at this point in the history
  • Loading branch information
michel-kraemer committed Aug 29, 2024
1 parent 9cc8d94 commit e1c9f97
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/main/asciidoc/adminclient.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= Vert.x Kafka Admin Client
== Vert.x Kafka Admin Client
:toc: left
:lang: $lang
:$lang: $lang
Expand All @@ -7,7 +7,7 @@ This component provides a Vert.x wrapper around the Kafka Admin Client API.
The Kafka Admin Client is used to create, modify, and delete topics.
It also provides methods for handling ACLs (Access Control Lists), consumer groups and many more.

== Creating the Kafka Admin Client
=== Creating the Kafka Admin Client

Creating the admin client is quite similar on how it works using the native Kafka client library.

Expand All @@ -22,8 +22,6 @@ static creation methods exposed by {@link io.vertx.kafka.admin.KafkaAdminClient}
{@link examples.KafkaAdminClientExamples#exampleCreateAdminClient}
----

== Using the Kafka Admin Client

=== Listing topics

You can call the {@link io.vertx.kafka.admin.KafkaAdminClient#listTopics} for listing the topics in the cluster.
Expand Down

0 comments on commit e1c9f97

Please sign in to comment.