Uses of Class
io.vertx.kafka.admin.NewPartitions
Packages that use NewPartitions
-
Uses of NewPartitions in io.vertx.kafka.admin
Methods in io.vertx.kafka.admin that return NewPartitionsModifier and TypeMethodDescriptionNewPartitions.setNewAssignments(List<List<Integer>> assignments) Set the assignment for the new partitionsNewPartitions.setTotalCount(int totalCount) Set the number of partitions for the topicMethod parameters in io.vertx.kafka.admin with type arguments of type NewPartitionsModifier and TypeMethodDescriptionKafkaAdminClient.createPartitions(Map<String, NewPartitions> partitions) LikeKafkaAdminClient.createPartitions(Map, Handler)but returns aFutureof the asynchronous resultvoidKafkaAdminClient.createPartitions(Map<String, NewPartitions> partitions, Handler<AsyncResult<Void>> completionHandler) Creates a batch of new partitions in the Kafka topic