Jennifer88huang commented on a change in pull request #8053:
URL: https://github.com/apache/pulsar/pull/8053#discussion_r488318843
##########
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: In Pulsar, each topic is handled by only one broker. Initial requests
from a client to read, update or delete a topic are sent to a broker that may
not be the topic owner. If the broker cannot handle the request for this topic,
it redirects the request to the appropriate broker.
Review comment:
```suggestion
> **Note**
> In Pulsar, each topic is handled by only one broker. Initial requests from
a client to read, update or delete a topic are sent to a broker that may not be
the topic owner. If the broker cannot handle the request for this topic, it
redirects the request to the appropriate 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]