trexinc opened a new issue #7293: URL: https://github.com/apache/pulsar/issues/7293
Pulsar 2.5.2. A non partitioned topic exists: internal/test/test A producer and a consumer are connected to this topic. Now we do the following: pulsar-admin namespaces set-auto-topic-creation -d -t non-partitioned internal/test pulsar-admin topics delete internal/test/test -f pulsar-admin namespaces set-auto-topic-creation -e -t partitioned -n 3 internal/test I expect now that a partitioned topic will be created once the publisher and consumer reconnect, but a regular topic is created. This happens even if I manually create the partitioned topic before enabling auto creation (then both non-partitioned and partitioned with the same name get created and the consumer and publisher continue to be connected to the non partitioned) ---------------------------------------------------------------- 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]
