Uses of Class
io.vertx.kafka.admin.TopicDescription
Packages that use TopicDescription
Package
Description
-
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) Describe some topics in the cluster, with the default options.KafkaAdminClient.describeTopics(List<String> topicNames, DescribeTopicsOptions options) LikeKafkaAdminClient.describeTopics(List)but allows for customised otions -
Uses of TopicDescription in io.vertx.reactivex.kafka.admin
Methods in io.vertx.reactivex.kafka.admin that return types with arguments of type TopicDescriptionModifier and TypeMethodDescriptionKafkaAdminClient.describeTopics(List<String> topicNames) Describe some topics in the cluster, with the default options.KafkaAdminClient.describeTopics(List<String> topicNames, DescribeTopicsOptions options) LikeKafkaAdminClient.describeTopics(List)but allows for customised otionsKafkaAdminClient.rxDescribeTopics(List<String> topicNames) Describe some topics in the cluster, with the default options.KafkaAdminClient.rxDescribeTopics(List<String> topicNames, DescribeTopicsOptions options) LikeKafkaAdminClient.describeTopics(List)but allows for customised otions -
Uses of TopicDescription in io.vertx.rxjava3.kafka.admin
Methods in io.vertx.rxjava3.kafka.admin that return types with arguments of type TopicDescriptionModifier and TypeMethodDescriptionKafkaAdminClient.describeTopics(List<String> topicNames) Describe some topics in the cluster, with the default options.KafkaAdminClient.describeTopics(List<String> topicNames, DescribeTopicsOptions options) LikeKafkaAdminClient.describeTopics(List)but allows for customised otionsKafkaAdminClient.rxDescribeTopics(List<String> topicNames) Describe some topics in the cluster, with the default options.KafkaAdminClient.rxDescribeTopics(List<String> topicNames, DescribeTopicsOptions options) LikeKafkaAdminClient.describeTopics(List)but allows for customised otions