You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/04/25 03:53:21 UTC

[GitHub] [pulsar] LvBay opened a new issue #4128: Policies not found && ServiceNotReady

LvBay opened a new issue #4128: Policies not found && ServiceNotReady
URL: https://github.com/apache/pulsar/issues/4128
 
 
   **Describe the bug**
   
   pulsar 2.3.0
   
   1. When i produce or consumer the topic named `persistent://tenant/namespace1/topic1`,
   pulsar returns the error `Policies not found for tenant/namespace1 namespace`. If the topic named `persistent://tenant/namespace1/ns/topic1`, it is fine.
   
   2. When I produce a message to a new topic(`persistent://tenant/namespace1/ns/topic1`), I must subscribe to this topic first. Otherwise I will get this error: ServiceNotReady: `Namespace bundle for topic (persistent://tenant/namespace1/ns/topic1) not served by this instance. Please redo the lookup. Request is denied: namespace=tenant/namespace1/ns`
   
   **Expected behavior**
   1.  The naming convention for topic, consistent with the document [doc](https://pulsar.apache.org/docs/zh-CN/next/concepts-messaging/#topics)
   
   2. If the client attempts to write or accept a message from a topic that does not yet exist, pulsar will automatically create
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services