Skip to content

Commit

Permalink
[fix][doc] Reflect archived and halted repositories (#18067)
Browse files Browse the repository at this point in the history
* [fix][doc] Remove archived and halted repositories

* Add back archived repositories

For anyone who wants to revive them.

Signed-off-by: tison <wander4096@gmail.com>

Signed-off-by: tison <wander4096@gmail.com>
  • Loading branch information
tisonkun authored Oct 24, 2022
1 parent 31dad38 commit 573c8f6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 573c8f6

Please sign in to comment.