Uses of Class
io.vertx.kafka.admin.NewPartitions
Packages that use NewPartitions
Package
Description
-
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) Creates a batch of new partitions in the Kafka topic -
Uses of NewPartitions in io.vertx.reactivex.kafka.admin
Method parameters in io.vertx.reactivex.kafka.admin with type arguments of type NewPartitionsModifier and TypeMethodDescriptionKafkaAdminClient.createPartitions(Map<String, NewPartitions> partitions) Creates a batch of new partitions in the Kafka topicKafkaAdminClient.rxCreatePartitions(Map<String, NewPartitions> partitions) Creates a batch of new partitions in the Kafka topic -
Uses of NewPartitions in io.vertx.rxjava3.kafka.admin
Method parameters in io.vertx.rxjava3.kafka.admin with type arguments of type NewPartitionsModifier and TypeMethodDescriptionKafkaAdminClient.createPartitions(Map<String, NewPartitions> partitions) Creates a batch of new partitions in the Kafka topicKafkaAdminClient.rxCreatePartitions(Map<String, NewPartitions> partitions) Creates a batch of new partitions in the Kafka topic