aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLee Anjella Macabuhay <lee.anjella.macabuhay@est.tech>2024-12-19 13:13:51 +0000
committerGerrit Code Review <gerrit@onap.org>2024-12-19 13:13:51 +0000
commit2cb739cbaf8e9bf76f867a760e004bf53ea89024 (patch)
tree2e513a19b9e622ea4eecff239ebe0a79c41f1b24
parent40578d56733247540a09b6bbf000181b46b5c1fc (diff)
parentc4b060846b8e1c12c73f1e5b2209c333379d32f0 (diff)
Merge "RTD docs for async use case"
-rw-r--r--docs/ncmp-data-operation.rst7
-rw-r--r--docs/release-notes.rst1
2 files changed, 7 insertions, 1 deletions
diff --git a/docs/ncmp-data-operation.rst b/docs/ncmp-data-operation.rst
index 3352e03cf0..f2f3a476bb 100644
--- a/docs/ncmp-data-operation.rst
+++ b/docs/ncmp-data-operation.rst
@@ -21,6 +21,13 @@ For all data operations on cm handle(s), we have a post endpoint:
- When asynchronous (with topic) operations are executed, a request id (UUID) will be returned.
+**Note.** The client topic is validated to ensure it adheres to Kafka's topic naming conventions. Additionally, if a client specifies a topic that does not exist, the request might be delayed. To enable a fail-fast mechanism, the max.block.ms parameter can be adjusted to define the maximum duration the request is allowed to block. The parameter is 60000ms by default but can be set to a lower value.
+
+.. code:: bash
+
+ spring.kafka.producer.properties.max.block.ms: <value_in_ms>
+
+
Request Body
============
diff --git a/docs/release-notes.rst b/docs/release-notes.rst
index d60c2c0d73..9c825e4d35 100644
--- a/docs/release-notes.rst
+++ b/docs/release-notes.rst
@@ -38,7 +38,6 @@ Release Data
Bug Fixes
---------
-
Features
--------