You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In what version(s) of Spring for Apache Kafka are you seeing this issue?
3.3.0
Describe the bug
The class DeadLetterPublishingRecoverer still contains references to the old DLT topic suffix (.DLT) in method documentation, which is misleading. The change from .DLT to -dlt was done here: #3291
Expected behavior
The method documentation should be updated to reflect the current DLT topic suffix.
The text was updated successfully, but these errors were encountered:
@fcappi Looks like there are only javadocs references to .DLT in that class. Do you see it as different? In any case, feel free to submit a PR addressing this. Thanks!
In what version(s) of Spring for Apache Kafka are you seeing this issue?
3.3.0
Describe the bug
The class DeadLetterPublishingRecoverer still contains references to the old DLT topic suffix (.DLT) in method documentation, which is misleading. The change from .DLT to -dlt was done here: #3291
Expected behavior
The method documentation should be updated to reflect the current DLT topic suffix.
The text was updated successfully, but these errors were encountered: