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/13 13:22:34 UTC

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

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 248c57f9651 [improve][doc] Add configurations doc for the cpp client (#465)
248c57f9651 is described below

commit 248c57f9651cbf812e87e677f0ed63d837d48dd8
Author: Zike Yang <zi...@apache.org>
AuthorDate: Mon Mar 13 21:22:28 2023 +0800

    [improve][doc] Add configurations doc for the cpp client (#465)
    
    * [improve][doc] Add configurations doc for the cpp client
    
    * Use `configurations` instead of `configuration`
---
 docs/client-libraries-cpp-configs.md | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/docs/client-libraries-cpp-configs.md b/docs/client-libraries-cpp-configs.md
index 377c471caf3..f1d8e8dc139 100644
--- a/docs/client-libraries-cpp-configs.md
+++ b/docs/client-libraries-cpp-configs.md
@@ -4,4 +4,18 @@ title: Pulsar C++ client configurations
 sidebar_label: "C++ client"
 ---
 
-Coming soon...
\ No newline at end of file
+## Client configuration
+
+For all available configurations, see [`ClientConfiguration`](@pulsar:apidoc:cpp@/classpulsar_1_1_client_configuration.html)
+
+## Producer configuration
+
+For all available configurations, see [`ProducerConfiguration`](@pulsar:apidoc:cpp@/classpulsar_1_1_producer_configuration.html)
+
+## Consumer configuration
+
+For all available configurations, see [`ConsumerConfiguration`](@pulsar:apidoc:cpp@/classpulsar_1_1_consumer_configuration.html)
+
+## Reader configuration
+
+For all available configurations, see [`ReaderConfiguration`](@pulsar:apidoc:cpp@/classpulsar_1_1_reader_configuration.html)