lhotari commented on PR #24591: URL: https://github.com/apache/pulsar/pull/24591#issuecomment-3137665755
Not directly related to this PR, but noticed that the test was using "global" clusters, it seems that it's a TopicName/NamespaceName v1 syntax concept which was deprecated by ["PIP-10: Remove cluster for namespace and topic names"](https://github.com/apache/pulsar/wiki/PIP-10:-Remove-cluster-for-namespace-and-topic-names). All topics in v2 format `TopicName.isGlobal()` and namespaces in v2 format return `true`. And after PIP-10 there is no separation of local and global topics. There's a discussion thread on dev mailing list related to Topic / Namespace v1 formats used in tests: https://lists.apache.org/thread/60ysbhrgxfltyjwqybgzct1t5csztn2s @codelipenghui @poorbarcode Are we going to deprecate TopicName / NamespaceName v1 (as was done in PIP-10) or is there a need for v1 format in the future? -- 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