2019-06-14 08:29:03 UTC - Bharadwaj R Embar: <!here> Anyone used the Go client to create a consumer that uses Regex to consume over multiple topics? I have 2 partitioned topics: `my-partitioned-topic-1` and `my-partitioned-topic-2`. I am trying to consume from both of them. Currently specifying: ``` TopicsPattern: "my-partitioned-topic.*", ``` in the `ConsumerOptions` has the consumer stay idle without consuming any of the messages. Any idea why? ---- 2019-06-14 08:30:30 UTC - Chris Miller: Please don't notify everyone with your questions ---- 2019-06-14 08:31:14 UTC - Bharadwaj R Embar: Im sorry for that, duly noted :slightly_smiling_face: ---- 2019-06-14 08:47:39 UTC - xiaolong.ran: Can you @Bharadwaj R Embar use `./bin/pulsar-admin topics list public/default` to check if these two topics exist in the current broker? ---- 2019-06-14 08:49:14 UTC - xiaolong.ran: If it is convenient, can you tell me the result of the execution? ----