Skip to content

Allow DeadLetterPolicy.deadLetterTopic to be non-fully-qualified #1241

@onobc

Description

@onobc

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

No one assigned

    Labels

    type: bugA general bugtype: improvementAn improvement of implementation of existing feature

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions