You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ju...@apache.org on 2023/03/16 23:55:40 UTC

[pulsar-site] branch main updated: [improve][doc] Add configurations doc for the python client (#472)

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

junma 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 33e545862b7 [improve][doc] Add configurations doc for the python client (#472)
33e545862b7 is described below

commit 33e545862b72b5093bbf395844bb1ac7b88c1d45
Author: Zike Yang <zi...@apache.org>
AuthorDate: Fri Mar 17 07:55:33 2023 +0800

    [improve][doc] Add configurations doc for the python client (#472)
    
    * [improve][doc] Add configurations doc for the python client
    
    * Adress comments
---
 docs/client-libraries-python-configs.md | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/docs/client-libraries-python-configs.md b/docs/client-libraries-python-configs.md
index c136afe2180..8436e83a4b0 100644
--- a/docs/client-libraries-python-configs.md
+++ b/docs/client-libraries-python-configs.md
@@ -4,4 +4,18 @@ title: Pulsar Python client configurations
 sidebar_label: "Python client"
 ---
 
-Coming soon...
\ No newline at end of file
+## Client configuration
+
+For all available configurations, see [`the constructor of the pulsar client`](@pulsar:apidoc:python@/pulsar.Client.html#__init__).
+
+## Producer configuration
+
+For all available configurations, see [`client.create_producer`](@pulsar:apidoc:python@/pulsar.Client.html#create_producer).
+
+## Consumer configuration
+
+For all available configurations, see [`client.subscribe`](@pulsar:apidoc:python@/pulsar.Client.html#subscribe).
+
+## Reader configuration
+
+For all available configurations, see [`client.create_reader`](@pulsar:apidoc:python@/pulsar.Client.html#create_reader).