liudezhi2098 opened a new issue, #21153:
URL: https://github.com/apache/pulsar/issues/21153

   ### Search before asking
   
   - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) 
and found nothing similar.
   
   
   ### Version
   
   2.10.5
   
   ### Minimal reproduce step
   
   
   1. Create a Topic with partition 2  on cluster1
   `bin/pulsar-admin topics create-partitioned-topic -p 2 public/geo-1/test-1`
   2. Topic  level GEO Configure
   `bin/pulsar-admin topics set-replication-clusters  -c cluster1,cluster2 
public/geo-1/test-1`
   3. View the list of partitioned topics and non-partitioned topics in 
Cluster2.
   ```
   bin/pulsar-admin topics list-partitioned-topics public/geo-1
   empty
   
   bin/pulsar-admin topics list public/geo-1
   public/geo-1/test-1-partition-0
   public/geo-1/test-1-partition-1
   ```
   
   ### What did you expect to see?
   
   View the list of partitioned topics and non-partitioned topics in Cluster2.
   ```
   bin/pulsar-admin topics list-partitioned-topics public/geo-1
   public/geo-1/test-1
   
   bin/pulsar-admin topics list public/geo-1
   public/geo-1/test-1-partition-0
   public/geo-1/test-1-partition-1
   ```
   
   ### What did you see instead?
   
   View the list of partitioned topics and non-partitioned topics in Cluster2.
   ```
   bin/pulsar-admin topics list-partitioned-topics public/geo-1
   empty
   
   bin/pulsar-admin topics list public/geo-1
   public/geo-1/test-1-partition-0
   public/geo-1/test-1-partition-1
   ```
   Partitioned topics are not created in the remote cluster.
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


-- 
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]

Reply via email to