2020-05-30 16:40:59 UTC - Nicolas Ha: I read somewhere that the “cluster” part of the topic was not needed anymore in topics. So I tried removing it but I get errors like so: ```17:29:57.759 WARN org.apache.pulsar.client.impl.BinaryProtoLookupService [pulsar-client-io-219-1] [<persistent://sample/test-ns/test-topic1582>] failed to get Partitioned metadata : Policies not found for sample/test-ns namespace``` The above is for “<persistent://sample/test-ns/test-topic123>”, if I change it to “<persistent://sample/standalone/test-ns/test-topic123>” my tests work. Using pulsar 2.5.2 - do I remember this correctly? Should I keep the “standalone” part in the cluster? ----
