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
The default topic name generated by DeadLetterPublishingRecoverer uses -dlt suffix, not .DLT.
But in samples/sample-01/Application.java, the listener is subscribing to topic1.DLT.
This causes deserialization errors because the actual DLT topic is topic1-dlt.
Expected Behavior
Current Behavior
Context
The default topic name generated by DeadLetterPublishingRecoverer uses -dlt suffix, not .DLT.
But in samples/sample-01/Application.java, the listener is subscribing to topic1.DLT.
This causes deserialization errors because the actual DLT topic is topic1-dlt.
5529cbb
The text was updated successfully, but these errors were encountered: