ragaur-tibco commented on issue #22527:
URL: https://github.com/apache/pulsar/issues/22527#issuecomment-2065714813

   Hi @lhotari @visortelle 
   I tried using the configuration to make bokerDeleteInactiveTopicsEnable = 
false and bokerDeleteInactiveTopicsFrequencySeconds= 300 
   
   and created multiple topics in the namespace  list are showing all the 
created topics but in logs while running the consumer first and provided the 
regex pattern in topics 
   
    
   
   ```
   > Consumer<byte[]> allTopicsConsumer = pulsarClient.newConsumer()
   >             .topicsPattern(allTopicsPattern)
   >             
.subscriptionName(SUBSCRIPTION_NAME).subscriptionTopicsMode(RegexSubscriptionMode.valueOf("AllTopics"))
   >             .subscribe();
   ```
   
   getting below lines from client SDK logs where it says number of topics = 0
   
   ```
   > 2024-04-19T09:29:52,724 DEBUG [pulsar-client-io-1-3] 
org.apache.pulsar.client.impl.BinaryProtoLookupService - [namespace: 
my-tenant/new-name] Success get topics list in request: 840874914492239727
   > 2024-04-19T09:29:52,724 DEBUG [pulsar-client-io-1-3] 
org.apache.pulsar.client.impl.PulsarClientImpl - Get topics under namespace 
my-tenant/new-name, topics.size: 0, topicsHash: 00000000, changed: true, 
filtered: true
   > 2024-04-19T09:29:53,571 DEBUG [pulsar-client-io-1-3] 
org.apache.pulsar.client.impl.PatternMultiTopicsConsumerImpl - Not creating 
topic list watcher for subscription mode NON_PERSISTENT
   > 2024-04-19T09:29:53,681 INFO  [EventAdminThread #5] 
com.tibco.thor.frwk.Application - TIBCO-THOR-FRWK-300006: Started BW 
Application [PulsarDemoApp.application:1.0.0]
   > 2024-04-19T09:29:54,247 DEBUG [pulsar-client-io-1-3] 
org.apache.pulsar.common.protocol.PulsarDecoder - [localhost/127.0.0.1:6650] 
Received cmd PARTITIONED_METADATA_RESPONSE
   > 2024-04-19T09:29:54,247 DEBUG [pulsar-client-io-1-3] 
org.apache.pulsar.client.impl.ClientCnx - Received Broker Partition response: 
840874914492239729 Success 0
   ```


-- 
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: commits-unsubscr...@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to