Uses of Class
io.vertx.mutiny.kafka.admin.KafkaAdminClient
Packages that use KafkaAdminClient
-
Uses of KafkaAdminClient in io.vertx.mutiny.kafka.admin
Fields in io.vertx.mutiny.kafka.admin with type parameters of type KafkaAdminClientModifier and TypeFieldDescriptionstatic final TypeArg<KafkaAdminClient>KafkaAdminClient.__TYPE_ARGMethods in io.vertx.mutiny.kafka.admin that return KafkaAdminClientModifier and TypeMethodDescriptionKafkaAdminClient.closeAndForget()Close the admin clientKafkaAdminClient.closeAndForget(long timeout) Close the admin clientstatic KafkaAdminClientCreate a new KafkaAdminClient instanceKafkaAdminClient.createAclsAndForget(List<org.apache.kafka.common.acl.AclBinding> aclBindings) Create the ACL rules.KafkaAdminClient.createPartitionsAndForget(Map<String, io.vertx.kafka.admin.NewPartitions> partitions) Creates a batch of new partitions in the Kafka topicKafkaAdminClient.createTopicsAndForget(List<io.vertx.kafka.admin.NewTopic> topics) Creates a batch of new Kafka topicsKafkaAdminClient.deleteAclsAndForget(List<org.apache.kafka.common.acl.AclBindingFilter> aclBindings) Delete the ACL rules.KafkaAdminClient.deleteConsumerGroupOffsetsAndForget(String groupId, Set<io.vertx.kafka.client.common.TopicPartition> partitions) Delete committed offsets for a set of partitions in a consumer group.KafkaAdminClient.deleteConsumerGroupsAndForget(List<String> groupIds) Delete consumer groups from the cluster.KafkaAdminClient.deleteTopicsAndForget(List<String> topicNames) Deletes a batch of Kafka topicsKafkaAdminClient.describeAclsAndForget(org.apache.kafka.common.acl.AclBindingFilter aclBindingFilter) Describe the ACL rules.KafkaAdminClient.describeClusterAndForget()Describe the nodes in the cluster with the default optionsKafkaAdminClient.describeClusterAndForget(io.vertx.kafka.admin.DescribeClusterOptions options) LikedescribeCluster()but allows customized options.KafkaAdminClient.describeConsumerGroupsAndForget(List<String> groupIds) Describe some group ids in the cluster, with the default optionsKafkaAdminClient.describeConsumerGroupsAndForget(List<String> groupIds, io.vertx.kafka.admin.DescribeConsumerGroupsOptions options) LikedescribeConsumerGroups(List)but allows customized optionsKafkaAdminClient.describeTopicsAndForget(List<String> topicNames) Describe some topics in the cluster, with the default options.KafkaAdminClient.describeTopicsAndForget(List<String> topicNames, io.vertx.kafka.admin.DescribeTopicsOptions options) LikedescribeTopics(List)but allows for customised otionsKafkaAdminClient.listConsumerGroupsAndForget()Get the the consumer groups available in the cluster with the default optionsKafkaAdminClient.listTopicsAndForget()List the topics available in the cluster with the default options.static KafkaAdminClientKafkaAdminClient.newInstance(io.vertx.kafka.admin.KafkaAdminClient delegate) Creates a new instance of theKafkaAdminClient.