Uses of Class
io.vertx.kafka.admin.TopicDescription
Packages that use TopicDescription
-
Uses of TopicDescription in io.vertx.kafka.admin
Methods in io.vertx.kafka.admin that return TopicDescriptionModifier and TypeMethodDescriptionTopicDescription.setAuthorizedOperations(Set<org.apache.kafka.common.acl.AclOperation> authorizedOperations) Set the id of the consumer groupTopicDescription.setInternal(boolean internal) Set whether the topic is internal to Kafka.Set the name of the topic.TopicDescription.setPartitions(List<TopicPartitionInfo> partitions) Set A list of partitions where the index represents the partition id and the element contains leadership and replica information for that partition.TopicDescription.setTopicId(org.apache.kafka.common.Uuid topicId) Set the id of the topic.Methods in io.vertx.kafka.admin that return types with arguments of type TopicDescriptionModifier and TypeMethodDescriptionKafkaAdminClient.describeTopics(List<String> topicNames) LikeKafkaAdminClient.describeTopics(List, Handler)but returns aFutureof the asynchronous resultKafkaAdminClient.describeTopics(List<String> topicNames, DescribeTopicsOptions options) LikeKafkaAdminClient.describeTopics(List, DescribeTopicsOptions, Handler)but returns aFutureof the asynchronous resultMethod parameters in io.vertx.kafka.admin with type arguments of type TopicDescriptionModifier and TypeMethodDescriptionvoidKafkaAdminClient.describeTopics(List<String> topicNames, Handler<AsyncResult<Map<String, TopicDescription>>> completionHandler) Describe some topics in the cluster, with the default options.voidKafkaAdminClient.describeTopics(List<String> topicNames, DescribeTopicsOptions options, Handler<AsyncResult<Map<String, TopicDescription>>> completionHandler) LikeKafkaAdminClient.describeTopics(List, Handler)but allows for customised otions