Skip to content

Commit

Permalink
[Doc][Improve] Fixed some doc language issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Sherlock113 authored Jul 21, 2022
1 parent 9c93ab4 commit 9b8b8d9
Show file tree
Hide file tree
Showing 58 changed files with 85 additions and 85 deletions.
6 changes: 3 additions & 3 deletions site2/docs/admin-api-topics.md
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ You can get the detailed statistics of a topic.

- **ledgerId**: The ID of this ledger.

- **entries**: The total number of entries belong to this ledger.
- **entries**: The total number of entries that belong to this ledger.

- **size**: The size of messages written to this ledger (in bytes).

Expand All @@ -650,7 +650,7 @@ You can get the detailed statistics of a topic.

- **ledgerId**: The ID of this ledger.

- **entries**: The total number of entries belong to this ledger.
- **entries**: The total number of entries that belong to this ledger.

- **size**: The size of messages written to this ledger (in bytes).

Expand All @@ -662,7 +662,7 @@ You can get the detailed statistics of a topic.

- **ledgerId**: The ID of this ledger.

- **entries**: The total number of entries belong to this ledger.
- **entries**: The total number of entries that belong to this ledger.

- **size**: The size of messages written to this ledger (in bytes).

Expand Down
2 changes: 1 addition & 1 deletion site2/docs/administration-pulsar-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ docker run -it \
### Configure Database or JWT authentication
#### Configure Database (optional)

If you have a large amount of data, you can use a custom database, otherwise, some display errors may occur, such as the topic information cannot be displayed when the topic exceeds 10000.
If you have a large amount of data, you can use a custom database. Otherwise, some display errors may occur. For example, the topic information cannot be displayed when the topic exceeds 10000.
The following is an example of PostgreSQL.

1. Initialize database and table structures using the [file](https://github.com/apache/pulsar-manager/blob/master/src/main/resources/META-INF/sql/postgresql-schema.sql).
Expand Down
2 changes: 1 addition & 1 deletion site2/docs/administration-zk-bk.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ To enable batching operations, set the [`metadataStoreBatchingEnabled`](referenc

## BookKeeper

BookKeeper stores all durable message in Pulsar. BookKeeper is a distributed [write-ahead log](https://en.wikipedia.org/wiki/Write-ahead_logging) WAL system that guarantees read consistency of independent message logs calls ledgers. Individual BookKeeper servers are also called *bookies*.
BookKeeper stores all durable messages in Pulsar. BookKeeper is a distributed [write-ahead log](https://en.wikipedia.org/wiki/Write-ahead_logging) WAL system that guarantees read consistency of independent message logs calls ledgers. Individual BookKeeper servers are also called *bookies*.

> To manage message persistence, retention, and expiry in Pulsar, refer to [cookbook](cookbooks-retention-expiry.md).
Expand Down
2 changes: 1 addition & 1 deletion site2/docs/client-libraries-java.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ This section guides you through every step on how to configure cluster-level fai

* For backup clusters:

* The number of BooKeeper nodes should be equal to or greater than the ensemble quorum.
* The number of BookKeeper nodes should be equal to or greater than the ensemble quorum.

* The number of ZooKeeper nodes should be equal to or greater than 3.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ To enable batching operations, set the [`metadataStoreBatchingEnabled`](referenc

## BookKeeper

BookKeeper stores all durable message in Pulsar. BookKeeper is a distributed [write-ahead log](https://en.wikipedia.org/wiki/Write-ahead_logging) WAL system that guarantees read consistency of independent message logs calls ledgers. Individual BookKeeper servers are also called *bookies*.
BookKeeper stores all durable messages in Pulsar. BookKeeper is a distributed [write-ahead log](https://en.wikipedia.org/wiki/Write-ahead_logging) WAL system that guarantees read consistency of independent message logs calls ledgers. Individual BookKeeper servers are also called *bookies*.

> To manage message persistence, retention, and expiry in Pulsar, refer to [cookbook](cookbooks-retention-expiry).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ This section guides you through every step on how to configure cluster-level fai

* For backup clusters:

* The number of BooKeeper nodes should be equal to or greater than the ensemble quorum.
* The number of BookKeeper nodes should be equal to or greater than the ensemble quorum.

* The number of ZooKeeper nodes should be equal to or greater than 3.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ You can get the detailed statistics of a topic.

- **ledgerId**: The ID of this ledger.

- **entries**: The total number of entries belong to this ledger.
- **entries**: The total number of entries that belong to this ledger.

- **size**: The size of messages written to this ledger (in bytes).

Expand All @@ -649,7 +649,7 @@ You can get the detailed statistics of a topic.

- **ledgerId**: The ID of this ledger.

- **entries**: The total number of entries belong to this ledger.
- **entries**: The total number of entries that belong to this ledger.

- **size**: The size of messages written to this ledger (in bytes).

Expand All @@ -661,7 +661,7 @@ You can get the detailed statistics of a topic.

- **ledgerId**: The ID of this ledger.

- **entries**: The total number of entries belong to this ledger.
- **entries**: The total number of entries that belong to this ledger.

- **size**: The size of messages written to this ledger (in bytes).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ docker run -it \
### Configure Database or JWT authentication
#### Configure Database (optional)

If you have a large amount of data, you can use a custom database, otherwise, some display errors may occur, such as the topic information cannot be displayed when the topic exceeds 10000.
If you have a large amount of data, you can use a custom database. Otherwise, some display errors may occur. For example, the topic information cannot be displayed when the topic exceeds 10000.
The following is an example of PostgreSQL.

1. Initialize database and table structures using the [file](https://github.com/apache/pulsar-manager/blob/master/src/main/resources/META-INF/sql/postgresql-schema.sql).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ To enable batching operations, set the [`metadataStoreBatchingEnabled`](referenc

## BookKeeper

BookKeeper stores all durable message in Pulsar. BookKeeper is a distributed [write-ahead log](https://en.wikipedia.org/wiki/Write-ahead_logging) WAL system that guarantees read consistency of independent message logs calls ledgers. Individual BookKeeper servers are also called *bookies*.
BookKeeper stores all durable messages in Pulsar. BookKeeper is a distributed [write-ahead log](https://en.wikipedia.org/wiki/Write-ahead_logging) WAL system that guarantees read consistency of independent message logs calls ledgers. Individual BookKeeper servers are also called *bookies*.

> To manage message persistence, retention, and expiry in Pulsar, refer to [cookbook](cookbooks-retention-expiry.md).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ This section guides you through every step on how to configure cluster-level fai

* For backup clusters:

* The number of BooKeeper nodes should be equal to or greater than the ensemble quorum.
* The number of BookKeeper nodes should be equal to or greater than the ensemble quorum.

* The number of ZooKeeper nodes should be equal to or greater than 3.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ You can get the detailed statistics of a topic.

- **ledgerId**: The ID of this ledger.

- **entries**: The total number of entries belong to this ledger.
- **entries**: The total number of entries that belong to this ledger.

- **size**: The size of messages written to this ledger (in bytes).

Expand All @@ -649,7 +649,7 @@ You can get the detailed statistics of a topic.

- **ledgerId**: The ID of this ledger.

- **entries**: The total number of entries belong to this ledger.
- **entries**: The total number of entries that belong to this ledger.

- **size**: The size of messages written to this ledger (in bytes).

Expand All @@ -661,7 +661,7 @@ You can get the detailed statistics of a topic.

- **ledgerId**: The ID of this ledger.

- **entries**: The total number of entries belong to this ledger.
- **entries**: The total number of entries that belong to this ledger.

- **size**: The size of messages written to this ledger (in bytes).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ docker run -it \
### Configure Database or JWT authentication
#### Configure Database (optional)

If you have a large amount of data, you can use a custom database, otherwise, some display errors may occur, such as the topic information cannot be displayed when the topic exceeds 10000.
If you have a large amount of data, you can use a custom database. Otherwise, some display errors may occur. For example, the topic information cannot be displayed when the topic exceeds 10000.
The following is an example of PostgreSQL.

1. Initialize database and table structures using the [file](https://github.com/apache/pulsar-manager/blob/master/src/main/resources/META-INF/sql/postgresql-schema.sql).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ To enable batching operations, set the [`metadataStoreBatchingEnabled`](referenc

## BookKeeper

BookKeeper stores all durable message in Pulsar. BookKeeper is a distributed [write-ahead log](https://en.wikipedia.org/wiki/Write-ahead_logging) WAL system that guarantees read consistency of independent message logs calls ledgers. Individual BookKeeper servers are also called *bookies*.
BookKeeper stores all durable messages in Pulsar. BookKeeper is a distributed [write-ahead log](https://en.wikipedia.org/wiki/Write-ahead_logging) WAL system that guarantees read consistency of independent message logs calls ledgers. Individual BookKeeper servers are also called *bookies*.

> To manage message persistence, retention, and expiry in Pulsar, refer to [cookbook](cookbooks-retention-expiry.md).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ This section guides you through every step on how to configure cluster-level fai

* For backup clusters:

* The number of BooKeeper nodes should be equal to or greater than the ensemble quorum.
* The number of BookKeeper nodes should be equal to or greater than the ensemble quorum.

* The number of ZooKeeper nodes should be equal to or greater than 3.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ To enable batching operations, set the [`metadataStoreBatchingEnabled`](referenc

## BookKeeper

BookKeeper stores all durable message in Pulsar. BookKeeper is a distributed [write-ahead log](https://en.wikipedia.org/wiki/Write-ahead_logging) WAL system that guarantees read consistency of independent message logs calls ledgers. Individual BookKeeper servers are also called *bookies*.
BookKeeper stores all durable messages in Pulsar. BookKeeper is a distributed [write-ahead log](https://en.wikipedia.org/wiki/Write-ahead_logging) WAL system that guarantees read consistency of independent message logs calls ledgers. Individual BookKeeper servers are also called *bookies*.

> To manage message persistence, retention, and expiry in Pulsar, refer to [cookbook](cookbooks-retention-expiry).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ This section guides you through every step on how to configure cluster-level fai

* For backup clusters:

* The number of BooKeeper nodes should be equal to or greater than the ensemble quorum.
* The number of BookKeeper nodes should be equal to or greater than the ensemble quorum.

* The number of ZooKeeper nodes should be equal to or greater than 3.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ To enable batching operations, set the [`metadataStoreBatchingEnabled`](referenc

## BookKeeper

BookKeeper stores all durable message in Pulsar. BookKeeper is a distributed [write-ahead log](https://en.wikipedia.org/wiki/Write-ahead_logging) WAL system that guarantees read consistency of independent message logs calls ledgers. Individual BookKeeper servers are also called *bookies*.
BookKeeper stores all durable messages in Pulsar. BookKeeper is a distributed [write-ahead log](https://en.wikipedia.org/wiki/Write-ahead_logging) WAL system that guarantees read consistency of independent message logs calls ledgers. Individual BookKeeper servers are also called *bookies*.

> To manage message persistence, retention, and expiry in Pulsar, refer to [cookbook](cookbooks-retention-expiry).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ This section guides you through every step on how to configure cluster-level fai

* For backup clusters:

* The number of BooKeeper nodes should be equal to or greater than the ensemble quorum.
* The number of BookKeeper nodes should be equal to or greater than the ensemble quorum.

* The number of ZooKeeper nodes should be equal to or greater than 3.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ To enable batching operations, set the [`metadataStoreBatchingEnabled`](referenc

## BookKeeper

BookKeeper stores all durable message in Pulsar. BookKeeper is a distributed [write-ahead log](https://en.wikipedia.org/wiki/Write-ahead_logging) WAL system that guarantees read consistency of independent message logs calls ledgers. Individual BookKeeper servers are also called *bookies*.
BookKeeper stores all durable messages in Pulsar. BookKeeper is a distributed [write-ahead log](https://en.wikipedia.org/wiki/Write-ahead_logging) WAL system that guarantees read consistency of independent message logs calls ledgers. Individual BookKeeper servers are also called *bookies*.

> To manage message persistence, retention, and expiry in Pulsar, refer to [cookbook](cookbooks-retention-expiry).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ To enable batching operations, set the [`metadataStoreBatchingEnabled`](referenc

## BookKeeper

BookKeeper stores all durable message in Pulsar. BookKeeper is a distributed [write-ahead log](https://en.wikipedia.org/wiki/Write-ahead_logging) WAL system that guarantees read consistency of independent message logs calls ledgers. Individual BookKeeper servers are also called *bookies*.
BookKeeper stores all durable messages in Pulsar. BookKeeper is a distributed [write-ahead log](https://en.wikipedia.org/wiki/Write-ahead_logging) WAL system that guarantees read consistency of independent message logs calls ledgers. Individual BookKeeper servers are also called *bookies*.

> To manage message persistence, retention, and expiry in Pulsar, refer to [cookbook](cookbooks-retention-expiry).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ This section guides you through every step on how to configure cluster-level fai

* For backup clusters:

* The number of BooKeeper nodes should be equal to or greater than the ensemble quorum.
* The number of BookKeeper nodes should be equal to or greater than the ensemble quorum.

* The number of ZooKeeper nodes should be equal to or greater than 3.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ To enable batching operations, set the [`metadataStoreBatchingEnabled`](referenc

## BookKeeper

BookKeeper stores all durable message in Pulsar. BookKeeper is a distributed [write-ahead log](https://en.wikipedia.org/wiki/Write-ahead_logging) WAL system that guarantees read consistency of independent message logs calls ledgers. Individual BookKeeper servers are also called *bookies*.
BookKeeper stores all durable messages in Pulsar. BookKeeper is a distributed [write-ahead log](https://en.wikipedia.org/wiki/Write-ahead_logging) WAL system that guarantees read consistency of independent message logs calls ledgers. Individual BookKeeper servers are also called *bookies*.

> To manage message persistence, retention, and expiry in Pulsar, refer to [cookbook](cookbooks-retention-expiry).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ To enable batching operations, set the [`metadataStoreBatchingEnabled`](referenc

## BookKeeper

BookKeeper stores all durable message in Pulsar. BookKeeper is a distributed [write-ahead log](https://en.wikipedia.org/wiki/Write-ahead_logging) WAL system that guarantees read consistency of independent message logs calls ledgers. Individual BookKeeper servers are also called *bookies*.
BookKeeper stores all durable messages in Pulsar. BookKeeper is a distributed [write-ahead log](https://en.wikipedia.org/wiki/Write-ahead_logging) WAL system that guarantees read consistency of independent message logs calls ledgers. Individual BookKeeper servers are also called *bookies*.

> To manage message persistence, retention, and expiry in Pulsar, refer to [cookbook](cookbooks-retention-expiry).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ docker run -it \
### Configure Database or JWT authentication
#### Configure Database (optional)

If you have a large amount of data, you can use a custom database, otherwise, some display errors may occur, such as the topic information cannot be displayed when the topic exceeds 10000.
If you have a large amount of data, you can use a custom database. Otherwise, some display errors may occur. For example, the topic information cannot be displayed when the topic exceeds 10000.
The following is an example of PostgreSQL.

1. Initialize database and table structures using the [file](https://github.com/apache/pulsar-manager/blob/master/src/main/resources/META-INF/sql/postgresql-schema.sql).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ To enable batching operations, set the [`metadataStoreBatchingEnabled`](referenc

## BookKeeper

BookKeeper stores all durable message in Pulsar. BookKeeper is a distributed [write-ahead log](https://en.wikipedia.org/wiki/Write-ahead_logging) WAL system that guarantees read consistency of independent message logs calls ledgers. Individual BookKeeper servers are also called *bookies*.
BookKeeper stores all durable messages in Pulsar. BookKeeper is a distributed [write-ahead log](https://en.wikipedia.org/wiki/Write-ahead_logging) WAL system that guarantees read consistency of independent message logs calls ledgers. Individual BookKeeper servers are also called *bookies*.

> To manage message persistence, retention, and expiry in Pulsar, refer to [cookbook](cookbooks-retention-expiry).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ docker run -it \
### Configure Database or JWT authentication
#### Configure Database (optional)

If you have a large amount of data, you can use a custom database, otherwise, some display errors may occur, such as the topic information cannot be displayed when the topic exceeds 10000.
If you have a large amount of data, you can use a custom database. Otherwise, some display errors may occur. For example, the topic information cannot be displayed when the topic exceeds 10000.
The following is an example of PostgreSQL.

1. Initialize database and table structures using the [file](https://github.com/apache/pulsar-manager/blob/master/src/main/resources/META-INF/sql/postgresql-schema.sql).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ To enable batching operations, set the [`metadataStoreBatchingEnabled`](referenc

## BookKeeper

BookKeeper stores all durable message in Pulsar. BookKeeper is a distributed [write-ahead log](https://en.wikipedia.org/wiki/Write-ahead_logging) WAL system that guarantees read consistency of independent message logs calls ledgers. Individual BookKeeper servers are also called *bookies*.
BookKeeper stores all durable messages in Pulsar. BookKeeper is a distributed [write-ahead log](https://en.wikipedia.org/wiki/Write-ahead_logging) WAL system that guarantees read consistency of independent message logs calls ledgers. Individual BookKeeper servers are also called *bookies*.

> To manage message persistence, retention, and expiry in Pulsar, refer to [cookbook](cookbooks-retention-expiry).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ The [`conf/global-zookeeper.conf`](reference-configuration.md#configuration-stor

## BookKeeper

BookKeeper stores all durable message in Pulsar. BookKeeper is a distributed [write-ahead log](https://en.wikipedia.org/wiki/Write-ahead_logging) WAL system that guarantees read consistency of independent message logs calls ledgers. Individual BookKeeper servers are also called *bookies*.
BookKeeper stores all durable messages in Pulsar. BookKeeper is a distributed [write-ahead log](https://en.wikipedia.org/wiki/Write-ahead_logging) WAL system that guarantees read consistency of independent message logs calls ledgers. Individual BookKeeper servers are also called *bookies*.

> To manage message persistence, retention, and expiry in Pulsar, refer to [cookbook](cookbooks-retention-expiry).
Expand Down
Loading

0 comments on commit 9b8b8d9

Please sign in to comment.