geniusjoe opened a new pull request, #980: URL: https://github.com/apache/pulsar-site/pull/980
### ✅ Contribution Checklist <!-- Feel free to remove the checklist if it does not apply to your PR --> - [x] I read the [contribution guide](https://pulsar.apache.org/contribute/document-contribution/) - [x] I updated the [versioned docs](https://pulsar.apache.org/contribute/document-contribution/#update-versioned-docs) ### Motivation Issue: https://github.com/apache/pulsar-client-go/issues/1297 Root issue: https://github.com/apache/pulsar/pull/21589 The new default dlq producer name will be like `opt.Name = fmt.Sprintf("%s-%s-%s-%s-DLQ", r.topicName, r.subscriptionName, r.consumerName, generateRandomName())`, which will be released in latest branch [`4.0.x` and `3.3.x`](https://github.com/apache/pulsar/pull/23645). So that maybe we need to update related document as well. Current doc https://pulsar.apache.org/docs/4.0.x/concepts-messaging/#dead-letter-topic  Preview    -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
