Jennifer88huang commented on a change in pull request #8053:
URL: https://github.com/apache/pulsar/pull/8053#discussion_r487609706
##########
File path: site2/docs/concepts-architecture-overview.md
##########
@@ -150,3 +150,5 @@ from pulsar import Client
client = Client('pulsar://pulsar-cluster.acme.com:6650')
```
+
+Note that in Pulsar, each topic is handled by only one broker. Therefore, for
creating, reading, updating and deleting topics, requests are sent to any
broker initially. If the broker finds that it cannot handle the request for
this topic, it redirects the client to the correct broker.
Review comment:
> Note
> In Pulsar, each topic is handled by only one broker. Requests for
creating, reading, updating and deleting topics are sent to the broker owner
initially. If the broker owner cannot handle the request for this topic, it
redirects the request to another/ the correct broker.
----------------------------------------------------------------
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:
[email protected]