You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
liudezhi2098
changed the title
[Bug] Topic level GEO Configure, the partitioned topics can not auto created on remote cluster.
[Bug] Topic level geo configure, the partitioned topics can not auto created on remote cluster.
Sep 10, 2023
@liudezhi2098
Could you share the broker's log when you are trying to create a partitioned topic?
Plus, you can use createMissedPartitionscommand as a workaround method to fix this problem. :)
Search before asking
Version
2.10.5
Minimal reproduce step
bin/pulsar-admin topics create-partitioned-topic -p 2 public/geo-1/test-1
bin/pulsar-admin topics set-replication-clusters -c cluster1,cluster2 public/geo-1/test-1
What did you expect to see?
View the list of partitioned topics and non-partitioned topics in Cluster2.
What did you see instead?
View the list of partitioned topics and non-partitioned topics in Cluster2.
Partitioned topics are not created in the remote cluster.
Anything else?
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: