You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by wa...@apache.org on 2022/10/24 19:04:30 UTC

[pulsar] branch master updated: [fix][doc] Reflect archived and halted repositories (#18067)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 573c8f6ca7b [fix][doc] Reflect archived and halted repositories (#18067)
573c8f6ca7b is described below

commit 573c8f6ca7bf5f7c46990572adec6b8d9c49e86e
Author: tison <wa...@gmail.com>
AuthorDate: Tue Oct 25 03:04:24 2022 +0800

    [fix][doc] Reflect archived and halted repositories (#18067)
    
    * [fix][doc] Remove archived and halted repositories
    
    * Add back archived repositories
    
    For anyone who wants to revive them.
    
    Signed-off-by: tison <wa...@gmail.com>
    
    Signed-off-by: tison <wa...@gmail.com>
---
 README.md | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/README.md b/README.md
index 56e4c76352a..b53a30c0f99 100644
--- a/README.md
+++ b/README.md
@@ -67,18 +67,15 @@ components in the Pulsar ecosystem, including connectors, adapters, and other la
 ### Ecosystem
 
 - [Pulsar Adapters](https://github.com/apache/pulsar-adapters)
-- [Pulsar Connectors](https://github.com/apache/pulsar-connectors)
-- [Pulsar SQL (Pulsar Presto Connector)](https://github.com/apache/pulsar-presto)
 
 ### Clients
 
-- [C++ Client](https://github.com/apache/pulsar-client-cpp)
-- [Python Client](https://github.com/apache/pulsar-client-python)
 - [.NET/C# Client](https://github.com/apache/pulsar-dotpulsar)
+- [C++ Client](https://github.com/apache/pulsar-client-cpp)
 - [Go Client](https://github.com/apache/pulsar-client-go)
 - [NodeJS Client](https://github.com/apache/pulsar-client-node)
+- [Python Client](https://github.com/apache/pulsar-client-python)
 - [Reactive Java Client](https://github.com/apache/pulsar-client-reactive)
-- [Ruby Client](https://github.com/apache/pulsar-client-ruby)
 
 ### Dashboard & Management Tools
 
@@ -88,14 +85,17 @@ components in the Pulsar ecosystem, including connectors, adapters, and other la
 
 - [Pulsar Site](https://github.com/apache/pulsar-site)
 
-### Documentation
-
-- [Pulsar Translation](https://github.com/apache/pulsar-translation)
-
 ### CI/CD
 
 - [Pulsar CI](https://github.com/apache/pulsar-test-infra)
 
+### Archived/Halted
+
+- [Pulsar Connectors](https://github.com/apache/pulsar-connectors)
+- [Pulsar Translation](https://github.com/apache/pulsar-translation)
+- [Pulsar SQL (Pulsar Presto Connector)](https://github.com/apache/pulsar-presto)
+- [Ruby Client](https://github.com/apache/pulsar-client-ruby)
+
 ## Pulsar Runtime Java Version Recommendation
 
 - pulsar ver > 2.10 and master branch