Skip to content

Commit

Permalink
Update client-libraries.md (#951)
Browse files Browse the repository at this point in the history
Added Elixir Client
  • Loading branch information
yangou authored Aug 9, 2024
1 parent dfb442e commit 7a0f778
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions versioned_docs/version-3.3.x/client-libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,9 @@ Want your repository listed here? Click the "Edit this page" button at the botto
| [pulsar4s](https://github.com/CleverCloud/pulsar4s) | Idiomatic, typesafe, and reactive Scala client for Apache Pulsar | [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0) | ![GitHub Repo Stars](https://img.shields.io/github/stars/CleverCloud/pulsar4s?color=FEEA00&style=flat-square) ![GitHub Last Commit](https://img.shields.io/github/last-commit/CleverCloud/pulsar4s?color=7FD8BE&style=flat-square) |
| [neutron](https://github.com/cr-org/neutron) | Purely functional Apache Pulsar client for Scala built on top of Fs2 | [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0) | ![GitHub Repo Stars](https://img.shields.io/github/stars/cr-org/neutron?color=FEEA00&style=flat-square) ![GitHub Last Commit](https://img.shields.io/github/last-commit/cr-org/neutron?color=7FD8BE&style=flat-square) |
| [neutron (profunktor's fork)](https://neutron.profunktor.dev) | Fs2-powered Apache Pulsar client with support for Scala 2 and 3 | [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0) | ![GitHub Repo Stars](https://img.shields.io/github/stars/profunktor/neutron?color=FEEA00&style=flat-square) ![GitHub Last Commit](https://img.shields.io/github/last-commit/profunktor/neutron?color=7FD8BE&style=flat-square) |

#### Elixir

| Project | Description | License | Badges |
|--------------------------------------------------------|---------------------------------------|-----------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [pulsar_ex](https://github.com/blueshift-labs/pulsar_ex) | Elixir Client library for Apache Pulsar | [MIT](https://opensource.org/licenses/MIT) | ![GitHub Repo Stars](https://img.shields.io/github/stars/blueshift-labs/pulsar_ex?color=FEEA00&style=flat-square) ![GitHub Last Commit](https://img.shields.io/github/last-commit/blueshift-labs/pulsar_ex?color=7FD8BE&style=flat-square) |

0 comments on commit 7a0f778

Please sign in to comment.