This is an automated email from the ASF dual-hosted git repository. lhotari pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
commit 5edf24ec701c765019dd01330e20b0cca09d5296 Author: Lari Hotari <[email protected]> AuthorDate: Fri Apr 24 09:37:03 2026 +0300 Clarify alternative .net and go clients --- client-libraries/overview.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/client-libraries/overview.md b/client-libraries/overview.md index 55f2f1233fd..c1794e8e245 100644 --- a/client-libraries/overview.md +++ b/client-libraries/overview.md @@ -56,17 +56,21 @@ Want your repository listed here? Click the "Edit this page" button at the botto ::: -#### .NET (C#/F#/VB) +#### Alternative .NET (C#/F#/VB) client + +This is an alternative for Apache Pulsar project's [dotPulsar client](dotnet.md). | Project | Description | License | Badges | |----------------------------------------------------------------------------|-------------------------------------------------|--------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| [pulsar-client-dotnet](https://github.com/fsprojects/pulsar-client-dotnet) | Apache Pulsar native client for .NET (C#/F#/VB) | [MIT](https://opensource.org/licenses/MIT) |   | +| [pulsar-client-dotnet](https://github.com/fsprojects/pulsar-client-dotnet) | An alternative Apache Pulsar native client for .NET (C#/F#/VB) | [MIT](https://opensource.org/licenses/MIT) |   | + +#### Alternative Go client -#### Go +This is an alternative Apache Pulsar project's [Go client](go.md) | Project | Description | License | Badges | |-----------------------------------------------------------------|---------------------------------------|-----------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| [pulsar-client-go](https://github.com/Comcast/pulsar-client-go) | A Go client library for Apache Pulsar | [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0) |   | +| [pulsar-client-go](https://github.com/Comcast/pulsar-client-go) | An alternative Go client library for Apache Pulsar | [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0) |   | #### Haskell
