This is an automated email from the ASF dual-hosted git repository.
liuyu 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 e1db8962aae [improve][doc] Add go client configs (#479)
e1db8962aae is described below
commit e1db8962aaeccd99eb7b8a105a8548f22226a5bd
Author: Zike Yang <[email protected]>
AuthorDate: Wed Mar 22 08:44:56 2023 +0800
[improve][doc] Add go client configs (#479)
---
docs/client-libraries-go-configs.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/docs/client-libraries-go-configs.md
b/docs/client-libraries-go-configs.md
index 294234a3f0e..c18390ccfdd 100644
--- a/docs/client-libraries-go-configs.md
+++ b/docs/client-libraries-go-configs.md
@@ -4,6 +4,9 @@ title: Pulsar Go client configurations
sidebar_label: "Go client"
---
+## Client configs
+
+For all available options, see
[`ClientOptions`](https://pkg.go.dev/github.com/apache/pulsar-client-go/pulsar#ClientOptions).
## Producer configs