This is an automated email from the ASF dual-hosted git repository.
lhotari 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 c25be26b87e0 Update concepts-messaging.md (#772)
c25be26b87e0 is described below
commit c25be26b87e0c8b60c3838946202da5bb203b943
Author: crossoverJie <[email protected]>
AuthorDate: Thu Jan 25 00:42:40 2024 +0800
Update concepts-messaging.md (#772)
---
docs/concepts-messaging.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/concepts-messaging.md b/docs/concepts-messaging.md
index c9f409a93179..62640669bf66 100644
--- a/docs/concepts-messaging.md
+++ b/docs/concepts-messaging.md
@@ -336,7 +336,7 @@ The default dead letter topic uses this format:
The dead letter producerName uses this format:
```
-<topicname>-<subscriptionname>-DLQ
+<topicname>-<subscriptionname>-<consumername>-DLQ
```
:::note