I'm looking for a specification of Kafka's partition ids. If a topic has n
partitions, are its partition ids guaranteed to be 0 1 2 ... n-1
or are there ever scenarios in which gaps can appear, e. g. the partition ids are 0 2 3
?
It's not possible to delete a specific Kafka partition, so at least a gap can't be produced this way.