You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/09/07 08:24:29 UTC

[GitHub] [pulsar] momo-jun commented on a diff in pull request #17499: [fix][docs] getting-started-standalone backlinks

momo-jun commented on code in PR #17499:
URL: https://github.com/apache/pulsar/pull/17499#discussion_r964539413


##########
site2/docs/tiered-storage-overview.md:
##########
@@ -4,41 +4,50 @@ title: Overview of tiered storage
 sidebar_label: "Overview"
 ---
 
-Pulsar's **Tiered Storage** feature allows older backlog data to be moved from BookKeeper to long term and cheaper storage, while still allowing clients to access the backlog as if nothing has changed. 
+Pulsar's **Tiered Storage** feature allows older backlog data to be moved from BookKeeper to long term and cheaper storage, while still allowing clients to access the backlog as if nothing has changed.
 
-* Tiered storage uses [Apache jclouds](https://jclouds.apache.org) to support [Amazon S3](https://aws.amazon.com/s3/), [GCS (Google Cloud Storage)](https://cloud.google.com/storage/), [Azure](https://azure.microsoft.com/en-us/services/storage/blobs/) and [Aliyun OSS](https://www.aliyun.com/product/oss) for long term storage. 
+* Tiered storage uses [Apache jclouds](https://jclouds.apache.org) to support [Amazon S3](https://aws.amazon.com/s3/), [GCS (Google Cloud Storage)](https://cloud.google.com/storage/), [Azure](https://azure.microsoft.com/en-us/services/storage/blobs/) and [Aliyun OSS](https://www.aliyun.com/product/oss) for long term storage.
+  * Read how to [Use AWS S3 offloader with Pulsar](tiered-storage-aws.md);
+  * Read how to [Use GCS offloader with Pulsar](tiered-storage-gcs.md);
+  * Read how to [Use Azure BlobStore offloader with Pulsar](tiered-storage-azure.md);
+  * Read how to [Use Aliyun OSS offloader with Pulsar](tiered-storage-aliyun.md);
+  * Read how to [Use S3 offloader with Pulsar](tiered-storage-s3.md).
+* Tiered storage uses [Apache Hadoop](http://hadoop.apache.org/) to support filesystems for long term storage.

Review Comment:
   ```suggestion
   * Tiered storage uses [Apache Hadoop](http://hadoop.apache.org/) to support filesystems for long-term storage.
   ```



-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org