Skip to content

Conversation

@crossoverJie
Copy link
Member

Releted PR/issue: #21493 #21441

Documentation

  • doc
  • doc-required
  • doc-not-needed
  • doc-complete

@github-actions github-actions bot added type/PIP doc-not-needed Your PR changes do not impact docs labels Nov 2, 2023
RobertIndie pushed a commit that referenced this pull request Nov 21, 2023
Fixes #21441
Related PR: #21507

### Motivation

Add producerName for dead letter producer, easier to locate problems.

### Modifications

```java
.producerName(String.format("%s-%s-DLQ", this.topicName, this.subscription))
```

When creating a `deadLetterProducer`, specify the `producerName` to replace the randomly generated name.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

doc-not-needed Your PR changes do not impact docs type/PIP

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants