codelipenghui commented on a change in pull request #6050: [Issue 3681][docs] 
Update client-libraries in Get Started chapter
URL: https://github.com/apache/pulsar/pull/6050#discussion_r369358567
 
 

 ##########
 File path: site2/docs/client-libraries-go.md
 ##########
 @@ -1,10 +1,17 @@
 ---
 id: client-libraries-go
-title: The Pulsar Go client
+title: Pulsar Go client
 sidebar_label: Go
 ---
 
-The Pulsar Go client can be used to create Pulsar [producers](#producers), 
[consumers](#consumers), and [readers](#readers) in Go (aka Golang).
+You can use Pulsar Go client to create Pulsar [producers](#producers), 
[consumers](#consumers), and [readers](#readers) in Go (aka Golang).
+
+Currently, the following Go clients are maintained in two repositories.
+
+| Language | Project | Maintainer | License | Description |
+|----------|---------|------------|---------|-------------|
+| CGo | 
[pulsar-client-go](https://github.com/apache/pulsar/tree/master/pulsar-client-go)
 | [Apache Pulsar](https://github.com/apache/pulsar) | 
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
 | CGo client that depends on C++ client library |
+| CGo | [pulsar-client-go](https://github.com/apache/pulsar-client-go) | 
[Apache Pulsar](https://github.com/apache/pulsar) | 
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
 | A native golang client |
 
 Review comment:
   ```suggestion
   | Go | [pulsar-client-go](https://github.com/apache/pulsar-client-go) | 
[Apache Pulsar](https://github.com/apache/pulsar) | 
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
 | A native golang client |
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to