tisonkun commented on code in PR #17796: URL: https://github.com/apache/pulsar/pull/17796#discussion_r977314727
########## site2/docs/client-libraries-python.md: ########## @@ -9,29 +9,21 @@ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; ```` +You can use a Pulsar Python client to create producers, consumers, and readers. -Pulsar Python client library is a wrapper over the existing [C++ client library](client-libraries-cpp.md) and exposes all of the [same features](/api/cpp). You can find the code in the [Python directory](https://github.com/apache/pulsar/tree/master/pulsar-client-cpp/python) of the C++ client code. +All the methods in producer, consumer, and reader of a Python client are thread-safe. You can read the API docs for the Python client are available [here](/api/python). Review Comment: ```suggestion All the methods in producer, consumer, and reader of a Python client are thread-safe. You can read the API docs for the Python client [here](/api/python). ``` -- 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]
