Skip to content

Commit

Permalink
[improve][doc] Doducment dlq producerName (#735)
Browse files Browse the repository at this point in the history
This PR adds doc for apache/pulsar#21589

Co-authored-by: Zike Yang <zike@apache.org>

---------

Co-authored-by: Zike Yang <zike@apache.org>
  • Loading branch information
crossoverJie and RobertIndie authored Nov 27, 2023
1 parent 2fd1349 commit 9746907
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/concepts-messaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,13 @@ The default dead letter topic uses this format:
```
<topicname>-<subscriptionname>-DLQ
```

The dead letter producerName uses this format:

```
<topicname>-<subscriptionname>-DLQ
```

:::note
- For Pulsar 2.6.x and 2.7.x, the default dead letter topic uses the format of `<subscriptionname>-DLQ`. If you upgrade from 2.6.x~2.7.x to 2.8.x or later, you need to delete historical dead letter topics and retry letter partitioned topics. Otherwise, Pulsar continues to use original topics, which are formatted with `<subscriptionname>-DLQ`.
- It is not recommended to use `<subscriptionname>-DLQ` because if multiple topics under the same namespace have the same subscription, then dead message topic names for multiple topics might be the same, which will result in mutual consumptions.
Expand Down

0 comments on commit 9746907

Please sign in to comment.