Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[improve] [pip] PIP-316 Create a producerName field for DeadLetterPolicy #21507

Closed
wants to merge 1 commit into from

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
pip/pip-316.md Show resolved Hide resolved
pip/pip-316.md Show resolved Hide resolved
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