This is an automated email from the ASF dual-hosted git repository.
visortelle 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 8dc56d96a4e5 [improve][doc] Dedup section needs to remark that
producer name is a requirement (#827)
8dc56d96a4e5 is described below
commit 8dc56d96a4e5b3453bb9e80372a0fee4c42c75ec
Author: Alvaro <[email protected]>
AuthorDate: Wed Mar 6 16:07:59 2024 +0100
[improve][doc] Dedup section needs to remark that producer name is a
requirement (#827)
* Dedup mark producer name as a requirement
The explanation doesn't remark this is a requirement.
* Change in all the latest versioned_docs
remark the requirement with the producer's name
---
docs/cookbooks-deduplication.md | 2 +-
versioned_docs/version-2.11.x/cookbooks-deduplication.md | 2 +-
versioned_docs/version-3.0.x/cookbooks-deduplication.md | 2 +-
versioned_docs/version-3.1.x/cookbooks-deduplication.md | 2 +-
versioned_docs/version-3.2.x/cookbooks-deduplication.md | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/cookbooks-deduplication.md b/docs/cookbooks-deduplication.md
index b7b8b39381cb..8da7961bc59e 100644
--- a/docs/cookbooks-deduplication.md
+++ b/docs/cookbooks-deduplication.md
@@ -73,7 +73,7 @@ If you enable message deduplication in Pulsar brokers,
namespaces, or topics, it
So you need to complete the following tasks for your client producers:
-1. Specify a name for the producer.
+1. Specify a name for the producer (this is a requirement, Pulsar will use the
producer name to filter duplicated messages).
1. Set the message timeout to `0` (namely, no timeout).
The instructions for Java, Python, and C++ clients are different.
diff --git a/versioned_docs/version-2.11.x/cookbooks-deduplication.md
b/versioned_docs/version-2.11.x/cookbooks-deduplication.md
index 83df8b04bc1c..21a711ddabb5 100644
--- a/versioned_docs/version-2.11.x/cookbooks-deduplication.md
+++ b/versioned_docs/version-2.11.x/cookbooks-deduplication.md
@@ -73,7 +73,7 @@ If you enable message deduplication in Pulsar brokers,
namespaces, or topics, it
So you need to complete the following tasks for your client producers:
-1. Specify a name for the producer.
+1. Specify a name for the producer (this is a requirement, Pulsar will use the
producer name to filter duplicated messages).
1. Set the message timeout to `0` (namely, no timeout).
The instructions for Java, Python, and C++ clients are different.
diff --git a/versioned_docs/version-3.0.x/cookbooks-deduplication.md
b/versioned_docs/version-3.0.x/cookbooks-deduplication.md
index 63c8afd8201c..301aeb96eb67 100644
--- a/versioned_docs/version-3.0.x/cookbooks-deduplication.md
+++ b/versioned_docs/version-3.0.x/cookbooks-deduplication.md
@@ -73,7 +73,7 @@ If you enable message deduplication in Pulsar brokers,
namespaces, or topics, it
So you need to complete the following tasks for your client producers:
-1. Specify a name for the producer.
+1. Specify a name for the producer (this is a requirement, Pulsar will use the
producer name to filter duplicated messages).
1. Set the message timeout to `0` (namely, no timeout).
The instructions for Java, Python, and C++ clients are different.
diff --git a/versioned_docs/version-3.1.x/cookbooks-deduplication.md
b/versioned_docs/version-3.1.x/cookbooks-deduplication.md
index 63c8afd8201c..301aeb96eb67 100644
--- a/versioned_docs/version-3.1.x/cookbooks-deduplication.md
+++ b/versioned_docs/version-3.1.x/cookbooks-deduplication.md
@@ -73,7 +73,7 @@ If you enable message deduplication in Pulsar brokers,
namespaces, or topics, it
So you need to complete the following tasks for your client producers:
-1. Specify a name for the producer.
+1. Specify a name for the producer (this is a requirement, Pulsar will use the
producer name to filter duplicated messages).
1. Set the message timeout to `0` (namely, no timeout).
The instructions for Java, Python, and C++ clients are different.
diff --git a/versioned_docs/version-3.2.x/cookbooks-deduplication.md
b/versioned_docs/version-3.2.x/cookbooks-deduplication.md
index b7b8b39381cb..8da7961bc59e 100644
--- a/versioned_docs/version-3.2.x/cookbooks-deduplication.md
+++ b/versioned_docs/version-3.2.x/cookbooks-deduplication.md
@@ -73,7 +73,7 @@ If you enable message deduplication in Pulsar brokers,
namespaces, or topics, it
So you need to complete the following tasks for your client producers:
-1. Specify a name for the producer.
+1. Specify a name for the producer (this is a requirement, Pulsar will use the
producer name to filter duplicated messages).
1. Set the message timeout to `0` (namely, no timeout).
The instructions for Java, Python, and C++ clients are different.