-
Notifications
You must be signed in to change notification settings - Fork 74
Closed
Labels
type: bugA general bugA general bugtype: improvementAn improvement of implementation of existing featureAn improvement of implementation of existing feature
Milestone
Description
Current Behavior
Currently, the DeadLetterPolicy.deadLetterTopic must be fully-qualified or it will not be able to find the topic to send the dead message to.
Note
It may currently allow a relative topic when the defaults.topic.[tenant|namespace] are not specified in application.yml but need to verify this.
Desired Behavior
When the DeadLetterPolicy.deadLetterTopic is not fully-qualified , it should automatically use the project’s default tenant and namespace configuration. This way, we wouldn’t need to manually write the full path in every DeadLetterPolicy, making the configuration more intuitive and less error-prone.
Note
Discovered in 1216
Metadata
Metadata
Assignees
Labels
type: bugA general bugA general bugtype: improvementAn improvement of implementation of existing featureAn improvement of implementation of existing feature