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
I am currently try to adopt the Pulsar solution into our environment and I had an issue related to the "Pulsar Manager".
After deploying the Pulsar manager in our k8s environment and we can easily create the topic in each tenant and namespace if there was only one broker in the cluster. If the cluster have multiple brokers in it, the Pulsar manager could sometimes create topics successfully but sometimes not( It seems need some luck ) .
Have you ever met this problem in your environment before and how do you solve it?
Can you share me the experience how to config the Pulsar Manager to let it works perfectly?
Please give me some your suggestions and advice to solve the issue
Create a topic successfully
Failed to create a topic
The text was updated successfully, but these errors were encountered:
I found that the response code from Pulsar is 307 and it means "Current broker doesn't serve the namespace of this topic"
This is the reason why the system sometime create topics successfully but sometime not.
Original Issue: apache#449
Dear All,
I am currently try to adopt the Pulsar solution into our environment and I had an issue related to the "Pulsar Manager".
After deploying the Pulsar manager in our k8s environment and we can easily create the topic in each tenant and namespace if there was only one broker in the cluster. If the cluster have multiple brokers in it, the Pulsar manager could sometimes create topics successfully but sometimes not( It seems need some luck ) .
Have you ever met this problem in your environment before and how do you solve it?
Can you share me the experience how to config the Pulsar Manager to let it works perfectly?
Please give me some your suggestions and advice to solve the issue
Create a topic successfully
![image](https://user-images.githubusercontent.com/73772546/157181060-ba7f4e9a-9d30-44fc-891a-8b58616bd1a8.png)
Failed to create a topic
![image](https://user-images.githubusercontent.com/73772546/157180711-07dd4452-5aea-47ce-8b7e-302c9b7f3da4.png)
The text was updated successfully, but these errors were encountered: