Interface KafkaAdmin
-
- All Known Implementing Classes:
ReactiveKafkaAdminClient
public interface KafkaAdmin
Internal interface for Kafka admin client. To complete with remainingAdmin
method wrappers, if decided to expose it externally.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
closeAndAwait()
io.smallrye.mutiny.Uni<Set<String>>
listTopics()
org.apache.kafka.clients.admin.Admin
unwrap()
-