pl6306 commented on issue #6185: persistent://public/default/extract-text-.* does match everything topic starts with extract-text? URL: https://github.com/apache/pulsar/issues/6185#issuecomment-581144257 The multi topic feature does not work as documented. Here is a simple test to show bin/pulsar-client consume my-topic-.* -s "first-subscription" That should make a subscription to all topics that start with my-topic- That means the consumer should receive a message from producer publishing to my-topic-hello bin/pulsar-client produce my-topic-hello --messages "hello-pulsar" It doesn't. Something is broken or the documentation is wrong.
---------------------------------------------------------------- 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] With regards, Apache Git Services
