momo-jun commented on code in PR #472: URL: https://github.com/apache/pulsar-site/pull/472#discussion_r1138338094
########## 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:cpp@/pulsar.Client.html#create_producer). + +## Consumer configuration + +For all available configurations, see [`client.subscribe`](@pulsar:apidoc:cpp@/pulsar.Client.html#create_producerl). + +## Reader configuration + +For all available configurations, see [`client.create_reader`](@pulsar:apidoc:cpp@/pulsar.Client.html#create_producer). Review Comment: ```suggestion For all available configurations, see [`client.create_reader`](@pulsar:apidoc:python@/pulsar.Client.html#create_reader). ``` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
