You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by hj...@apache.org on 2020/08/28 10:34:13 UTC

[pulsar] branch index created (now 9d51869)

This is an automated email from the ASF dual-hosted git repository.

hjf pushed a change to branch index
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


      at 9d51869  Update index.js

This branch includes the following new commits:

     new 9d51869  Update index.js

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[pulsar] 01/01: Update index.js

Posted by hj...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

hjf pushed a commit to branch index
in repository https://gitbox.apache.org/repos/asf/pulsar.git

commit 9d518693a443a9dc113a4e21aa829b8dbf389012
Author: Jennifer Huang <47...@users.noreply.github.com>
AuthorDate: Fri Aug 28 18:33:49 2020 +0800

    Update index.js
---
 site2/website/pages/en/index.js | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/site2/website/pages/en/index.js b/site2/website/pages/en/index.js
index 210e588..d4bc3a8 100755
--- a/site2/website/pages/en/index.js
+++ b/site2/website/pages/en/index.js
@@ -108,43 +108,43 @@ const features_lang = language => {
   return {
     row1: [
       {
-        content: 'Easily deploy lightweight compute logic using developer-friendly APIs without needing to run your own stream processing engine',
+        content: 'Easy to deploy, lightweight compute process, developer-friendly APIs, no need to run your own stream processing engine.',
         title: `[Pulsar Functions](${docUrl('functions-overview', language)})`,
       },
       {
-        content: 'Pulsar has run in production at Yahoo scale for over 3 years, with millions of messages per second across millions of topics',
+        content: 'Run in production at Yahoo! scale for over 5 years, with millions of messages per second across millions of topics.',
         title: `[Proven in production](${docUrl('concepts-architecture-overview', language)})`,
       },
       {
-        content: 'Seamlessly expand capacity to hundreds of nodes',
+        content: 'Expand capacity seamlessly to hundreds of nodes.',
         title: `[Horizontally scalable](${docUrl('concepts-architecture-overview', language)})`,
       }
     ],
     row2: [
       {
-        content: 'Designed for low publish latency (< 5ms) at scale with strong durabilty guarantees',
+        content: 'Low publish latency (< 5ms) at scale with strong durability guarantees.',
         title: `[Low latency with durability](${docUrl('concepts-architecture-overview', language)})`,
       },
       {
-        content: 'Designed for configurable replication between data centers across multiple geographic regions',
+        content: 'Configurable replication between data centers across multiple geographic regions.',
         title: `[Geo-replication](${docUrl('administration-geo', language)})`,
       },
       {
-        content: 'Built from the ground up as a multi-tenant system. Supports Isolation, Authentication, Authorization and Quotas',
+        content: 'Built from the ground up as a multi-tenant system. Supports isolation, authentication, authorization and quotas.',
         title: `[Multi-tenancy](${docUrl('concepts-multi-tenancy', language)})`,
       }
     ],
     row3: [
       {
-        content: 'Persistent message storage based on Apache BookKeeper. Provides IO-level isolation between write and read operations',
+        content: 'Persistent message storage based on Apache BookKeeper. IO-level isolation between write and read operations.',
         title: `[Persistent storage](${docUrl('concepts-architecture-overview#persistent-storage', language)})`,
       },
       {
-        content: 'Flexible messaging models with high-level APIs for Java, C++, Python and GO',
+        content: 'Flexible messaging models with high-level APIs for Java, Go, Python, C++, Node.js, WebSocket and C#.',
         title: `[Client libraries](${docUrl('client-libraries', language)})`,
       },
       {
-        content: 'REST Admin API for provisioning, administration, tools and monitoring. Deploy on bare metal or Kubernetes.',
+        content: 'REST Admin API for provisioning, administration, tools and monitoring. Can be deployed on bare metal, Kubernetes, Amazon Web Services(AWS), and DataCenter Operating System(DC/OS).',
         title: `[Operability](${docUrl('admin-api-overview', language)})`,
       }
     ]