streamnative / pulsar-manager

A tool for managing Apache Pulsar.
Apache License 2.0
12 stars 3 forks source link

ISSUE-449: Pulsar Manager sometimes could not create a topic if the cluster has multiple brokers in the cluster #252

Open sijie opened 2 years ago

sijie commented 2 years ago

Original Issue: apache/pulsar-manager#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

  1. Create a topic successfully image

  2. Failed to create a topic image

thomasechen commented 2 years ago

Dear All,

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.

Is there any idea to solve this ?

image