Skip to content

Commit

Permalink
fix typo in architecture docs (apache#2862)
Browse files Browse the repository at this point in the history
fix typo in architecture docs
  • Loading branch information
legendtkl authored and merlimat committed Oct 27, 2018
1 parent 91dc135 commit 5c1b3a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ At the highest level, a Pulsar {% popover instance %} is composed of one or more
In a Pulsar cluster:

* One or more {% popover brokers %} handles and load balances incoming messages from {% popover producers %}, dispatches messages to {% popover consumers %}, communicates with the Pulsar {% popover configuration store %} to handle various coordination tasks, stores messages in {% popover BookKeeper %} instances (aka {% popover bookies %}), relies on a cluster-specific {% popover ZooKeeper %} cluster for certain tasks, and more.
* A {% popover BookKeeper %} cluster consisting of one more or more {% popover bookies %} handles [persistent storage](#persistent-storage) of messages.
* A {% popover BookKeeper %} cluster consisting of one or more {% popover bookies %} handles [persistent storage](#persistent-storage) of messages.
* A {% popover ZooKeeper %} cluster specific to that cluster handles

The diagram below provides an illustration of a Pulsar cluster:
Expand Down
2 changes: 1 addition & 1 deletion site2/docs/concepts-architecture-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ At the highest level, a Pulsar instance is composed of one or more Pulsar cluste
In a Pulsar cluster:

* One or more brokers handles and load balances incoming messages from producers, dispatches messages to consumers, communicates with the Pulsar configuration store to handle various coordination tasks, stores messages in BookKeeper instances (aka bookies), relies on a cluster-specific ZooKeeper cluster for certain tasks, and more.
* A BookKeeper cluster consisting of one more or more bookies handles [persistent storage](#persistent-storage) of messages.
* A BookKeeper cluster consisting of one or more bookies handles [persistent storage](#persistent-storage) of messages.
* A ZooKeeper cluster specific to that cluster handles

The diagram below provides an illustration of a Pulsar cluster:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ At the highest level, a Pulsar instance is composed of one or more Pulsar cluste
In a Pulsar cluster:

* One or more brokers handles and load balances incoming messages from producers, dispatches messages to consumers, communicates with the Pulsar configuration store to handle various coordination tasks, stores messages in BookKeeper instances (aka bookies), relies on a cluster-specific ZooKeeper cluster for certain tasks, and more.
* A BookKeeper cluster consisting of one more or more bookies handles [persistent storage](#persistent-storage) of messages.
* A BookKeeper cluster consisting of one or more bookies handles [persistent storage](#persistent-storage) of messages.
* A ZooKeeper cluster specific to that cluster handles

The diagram below provides an illustration of a Pulsar cluster:
Expand Down

0 comments on commit 5c1b3a7

Please sign in to comment.