This is an automated email from the ASF dual-hosted git repository. technoboy pushed a commit to branch release-3.2.0 in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
commit b6231af0659900e7081036c705d77df6d61e50e4 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
