Uses of Class
io.vertx.kafka.admin.NewPartitions
-
Packages that use NewPartitions Package Description io.vertx.kafka.admin io.vertx.reactivex.kafka.admin io.vertx.rxjava3.kafka.admin -
-
Uses of NewPartitions in io.vertx.kafka.admin
Methods in io.vertx.kafka.admin that return NewPartitions Modifier and Type Method Description NewPartitions
NewPartitions. setNewAssignments(List<List<Integer>> assignments)
Set the assignment for the new partitionsNewPartitions
NewPartitions. setTotalCount(int totalCount)
Set the number of partitions for the topicMethod parameters in io.vertx.kafka.admin with type arguments of type NewPartitions Modifier and Type Method Description Future<Void>
KafkaAdminClient. 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 NewPartitions Modifier and Type Method Description Future<Void>
KafkaAdminClient. createPartitions(Map<String,NewPartitions> partitions)
Creates a batch of new partitions in the Kafka topicCompletable
KafkaAdminClient. 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 NewPartitions Modifier and Type Method Description Completable
KafkaAdminClient. createPartitions(Map<String,NewPartitions> partitions)
Creates a batch of new partitions in the Kafka topicCompletable
KafkaAdminClient. rxCreatePartitions(Map<String,NewPartitions> partitions)
Creates a batch of new partitions in the Kafka topic
-