trexinc opened a new issue #7306:
URL: https://github.com/apache/pulsar/issues/7306


   For reasons unknown some partitioned topics are missing one of the 
partitions. Should be 3, but not all are created.
   
   When that happens and I start a regex consumer that catches those 
partitioned topics:
   `bin/pulsar-client consume -s test3 --regex 'tenant/ns/topic.*'`
   It fails:
   `[MultiTopicsConsumer-f47ed] Failed to subscribe for topic 
[persistent://tenant/ns/topicXYZ] in topics consumer, subscribe error: 
org.apache.pulsar.client.api.PulsarClientException$TopicDoesNotExistException: 
Topic does not exist`
   
   I managed to fix it using "create-missed-partitions", but why aren't the 
missing partitions created automatically when the consumer is connected?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to