You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ur...@apache.org on 2022/06/29 12:01:47 UTC

[pulsar-site] branch main updated: Docs sync done from apache/pulsar(#f230d15)

This is an automated email from the ASF dual-hosted git repository.

urfree 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 994f41ed154 Docs sync done from apache/pulsar(#f230d15)
994f41ed154 is described below

commit 994f41ed1547511d43f46570a104e7e5ad00ddf1
Author: Pulsar Site Updater <de...@pulsar.apache.org>
AuthorDate: Wed Jun 29 12:01:42 2022 +0000

    Docs sync done from apache/pulsar(#f230d15)
---
 site2/website-next/docs/client-libraries-go.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site2/website-next/docs/client-libraries-go.md b/site2/website-next/docs/client-libraries-go.md
index a351d8a326b..0bc14817b74 100644
--- a/site2/website-next/docs/client-libraries-go.md
+++ b/site2/website-next/docs/client-libraries-go.md
@@ -144,7 +144,7 @@ func main() {
 
 The following configurable parameters are available for Pulsar clients:
 
- Name | Description | Default
+| Name | Description | Default|
 | :-------- | :---------- |:---------- |
 | URL | Configure the service URL for the Pulsar service.<br /><br />If you have multiple brokers, you can set multiple Pulsar cluster addresses for a client. <br /><br />This parameter is **required**. |None |
 | ConnectionTimeout | Timeout for the establishment of a TCP connection | 30s |