This is an automated email from the ASF dual-hosted git repository.
penghui pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new 7a0f7782bf6d Update client-libraries.md (#951)
7a0f7782bf6d is described below
commit 7a0f7782bf6d9c20a8f5c4b8424fb5bdeb5db7a7
Author: yangou <[email protected]>
AuthorDate: Fri Aug 9 16:08:01 2024 -0700
Update client-libraries.md (#951)
Added Elixir Client
---
versioned_docs/version-3.3.x/client-libraries.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/versioned_docs/version-3.3.x/client-libraries.md
b/versioned_docs/version-3.3.x/client-libraries.md
index 7f40c30dac5c..c6b08661c67a 100644
--- a/versioned_docs/version-3.3.x/client-libraries.md
+++ b/versioned_docs/version-3.3.x/client-libraries.md
@@ -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) | 

|
| [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) | 

|
| [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) | 

|
+
+#### 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) |


|