ragaur-tibco commented on issue #22527: URL: https://github.com/apache/pulsar/issues/22527#issuecomment-2065901746
> @ragaur-tibco > > > I tried below configuration > > if RegexSubscriptionMode = AllTopics > > not able to consume any messages > > If RegexSubscriptionMode = NonPartitionedOnly > > partition topics received > > and if RegexSubscriptionMode = PartitionOnly > > non partition topics received > > You probably mean `PersistentOnly` and `NonPersistentOnly` here. Sorry @visortelle With `PersistentOnly` working fine but with `NonPersistentOnly` it is not working as expected and with the `AllTopics` if I tried to get the non-persistent topic then I face some issue but with persistent I was able to consume messages -- 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]
