visortelle commented on issue #22527: URL: https://github.com/apache/pulsar/issues/22527#issuecomment-2065828143
New observations: - I don't see messages in logs on the first run when topics do not exist yet. - I don't see messages from non-persistent topics (`topic-c`, `topic-d`). Changing `RegexSubscriptionMode.AllTopics` => `RegexSubscriptionMode.NonPersistentOnly` doesn't help. ``` "persistent://new-tenant/new-namespace/topic-a", "persistent://new-tenant/new-namespace/topic-b", "non-persistent://new-tenant/new-namespace/topic-c", "non-persistent://new-tenant/new-namespace/topic-d", ``` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
