Hi, I found that a new partition is created when I send a message to partitioned-topic.
For example, when a partitioned topic have only one partition as following:
"persistent://mytenant/myns/mytopic-partition-0"
Sending message causes a new partition creation.
"persistent://mytenant/myns/mytopic-partition-0"
"persistent://mytenant/myns/mytopic-partition-1"
I think that the range wrongly include upper limit in the following line.
|
(0..pmr.partitions).map do |i| |